We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968fc95 commit 88da30fCopy full SHA for 88da30f
1 file changed
core/src/main/java/com/dtstack/flink/sql/config/CalciteConfig.java
@@ -21,10 +21,11 @@
21
22
import org.apache.calcite.config.Lex;
23
import org.apache.calcite.sql.parser.SqlParser;
24
+import org.apache.calcite.sql.parser.SqlParser.Config;
25
26
public class CalciteConfig {
27
- public static SqlParser.Config MYSQL_LEX_CONFIG = org.apache.calcite.sql.parser.SqlParser
28
+ public static Config MYSQL_LEX_CONFIG = SqlParser
29
.configBuilder()
30
.setLex(Lex.MYSQL)
31
.build();
0 commit comments