dssysolyatin commented on code in PR #2986:
URL: https://github.com/apache/calcite/pull/2986#discussion_r1133687817
##########
babel/src/main/codegen/config.fmpp:
##########
@@ -30,23 +30,40 @@ data: {
"org.apache.calcite.sql.SqlCreate",
"org.apache.calcite.sql.babel.SqlBabelCreateTable",
"org.apache.calcite.sql.babel.TableCollectionType",
+ "org.apache.calcite.sql.babel.postgresql.AndChain",
+ "org.apache.calcite.sql.babel.postgresql.SqlBegin",
+ "org.apache.calcite.sql.babel.postgresql.SqlCommit",
+ "org.apache.calcite.sql.babel.postgresql.SqlDiscard",
+ "org.apache.calcite.sql.babel.postgresql.SqlRollback",
+ "org.apache.calcite.sql.babel.postgresql.SqlShow",
"org.apache.calcite.sql.ddl.SqlDdlNodes",
]
# List of new keywords. Example: "DATABASES", "TABLES". If the keyword is
# not a reserved keyword, add it to the 'nonReservedKeywords' section.
keywords: [
+ "DISCARD",
"IF"
+ "PLANS"
+ "SEED"
"SEMI"
+ "SEQUENCES"
+ "TEMP"
"VOLATILE"
]
# List of non-reserved keywords to add;
# items in this list become non-reserved
nonReservedKeywordsToAdd: [
# not in core, added in babel
+ "DISCARD",
"IF"
+ "PLANS"
+ "SEED"
"SEMI"
+ "SEQUENCES"
+ "TEMP"
+ "VOLATILE"
Review Comment:
We shouldn't. It's typo, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]