twalthr commented on a change in pull request #9243: [FLINK-13335][sql-parser]
Align the SQL CREATE TABLE DDL with FLIP-37
URL: https://github.com/apache/flink/pull/9243#discussion_r309191464
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/runtime/stream/TimeAttributesITCase.scala
##########
@@ -512,7 +512,7 @@ class TimeAttributesITCase extends AbstractTestBase {
.assignTimestampsAndWatermarks(new TimestampWithEqualWatermark())
val table = stream.toTable(tEnv, 'rowtime.rowtime, 'int, 'double, 'float,
'bigdec, 'string)
tEnv.registerTable("T1", table)
- val querySql = "select rowtime as ts, string as msg from T1"
+ val querySql = "select rowtime as ts, `string` as msg from T1"
Review comment:
Update the list of keywords in `dev/table/sql.html#reserved-keywords`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services