We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1623a1 commit 4284c27Copy full SHA for 4284c27
internal/compiler/engine.go
@@ -45,6 +45,7 @@ func NewCompiler(conf config.SQL, combo config.CombinedSettings) (*Compiler, err
45
case config.EngineYDB:
46
c.parser = ydb.NewParser()
47
c.catalog = ydb.NewCatalog()
48
+ c.selector = newDefaultSelector()
49
case config.EngineMySQL:
50
c.parser = dolphin.NewParser()
51
c.catalog = dolphin.NewCatalog()
0 commit comments