Skip to content

Commit 4284c27

Browse files
author
Viktor Pentyukhov
committed
Fixed Selector Issue
1 parent c1623a1 commit 4284c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/compiler/engine.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func NewCompiler(conf config.SQL, combo config.CombinedSettings) (*Compiler, err
4545
case config.EngineYDB:
4646
c.parser = ydb.NewParser()
4747
c.catalog = ydb.NewCatalog()
48+
c.selector = newDefaultSelector()
4849
case config.EngineMySQL:
4950
c.parser = dolphin.NewParser()
5051
c.catalog = dolphin.NewCatalog()

0 commit comments

Comments
 (0)