We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错信息: /tis.log:Caused by: org.apache.calcite.sql.parser.SqlParseException: Encountered "method" at line 1, column 63. ./tis.log-Was expecting one of: ./tis.log- <BRACKET_QUOTED_IDENTIFIER> ... ./tis.log- <QUOTED_IDENTIFIER> ... ./tis.log- <BACK_QUOTED_IDENTIFIER> ... ./tis.log- <HYPHENATED_IDENTIFIER> ... ./tis.log- ... ./tis.log- <UNICODE_QUOTED_IDENTIFIER> ... ./tis.log- ./tis.log- at org.apache.flink.sql.parser.impl.FlinkSqlParserImpl.convertException(FlinkSqlParserImpl.java:450) ./tis.log- at org.apache.flink.sql.parser.impl.FlinkSqlParserImpl.normalizeException(FlinkSqlParserImpl.java:213) ./tis.log- at org.apache.calcite.sql.parser.SqlParser.handleException(SqlParser.java:140) ./tis.log- at org.apache.calcite.sql.parser.SqlParser.parseQuery(SqlParser.java:155) ./tis.log- at org.apache.calcite.sql.parser.SqlParser.parseStmt(SqlParser.java:180) ./tis.log- at org.apache.flink.table.planner.parse.CalciteParser.parse(CalciteParser.java:54) ./tis.log- ... 149 common frames omitted
Flink Reserverd Keyword list in below url https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/table/sql/overview/
The text was updated successfully, but these errors were encountered:
@baisui1981
Sorry, something went wrong.
Flink reserved key led to error 源数据库的表中存在flink保留字段,导致创建增量同步时异常 datav…
2a62202
…ane/tis#238
No branches or pull requests
报错信息:
/tis.log:Caused by: org.apache.calcite.sql.parser.SqlParseException: Encountered "method" at line 1, column 63.
./tis.log-Was expecting one of:
./tis.log- <BRACKET_QUOTED_IDENTIFIER> ...
./tis.log- <QUOTED_IDENTIFIER> ...
./tis.log- <BACK_QUOTED_IDENTIFIER> ...
./tis.log- <HYPHENATED_IDENTIFIER> ...
./tis.log- ...
./tis.log- <UNICODE_QUOTED_IDENTIFIER> ...
./tis.log-
./tis.log- at org.apache.flink.sql.parser.impl.FlinkSqlParserImpl.convertException(FlinkSqlParserImpl.java:450)
./tis.log- at org.apache.flink.sql.parser.impl.FlinkSqlParserImpl.normalizeException(FlinkSqlParserImpl.java:213)
./tis.log- at org.apache.calcite.sql.parser.SqlParser.handleException(SqlParser.java:140)
./tis.log- at org.apache.calcite.sql.parser.SqlParser.parseQuery(SqlParser.java:155)
./tis.log- at org.apache.calcite.sql.parser.SqlParser.parseStmt(SqlParser.java:180)
./tis.log- at org.apache.flink.table.planner.parse.CalciteParser.parse(CalciteParser.java:54)
./tis.log- ... 149 common frames omitted
Flink Reserverd Keyword list in below url
https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/table/sql/overview/
The text was updated successfully, but these errors were encountered: