twalthr commented on code in PR #24155:
URL: https://github.com/apache/flink/pull/24155#discussion_r1471415663


##########
flink-table/flink-sql-parser/src/main/codegen/data/Parser.tdd:
##########
@@ -147,11 +149,14 @@
     "COMPILE"
     "COLUMNS"
     "DATABASES"
+    "DISTRIBUTED"
+    "DISTRIBUTION"
     "DRAIN"
     "ENFORCED"
     "ESTIMATED_COST"
     "EXTENDED"
     "FUNCTIONS"
+    "HASH"

Review Comment:
   I wasn't aware that RANGE is already a reserved keyword. This of course 
changes the picture, we don't want to force users using backticks by default. 
If this is the case, I guess we have to make HASH a reserved keyword as well.



-- 
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]

Reply via email to