snuyanzin commented on code in PR #28277:
URL: https://github.com/apache/flink/pull/28277#discussion_r3323533416
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlNodeToOperationSqlCreateOrAlterMaterializedTableConverterTest.java:
##########
@@ -201,7 +201,7 @@ void testCreateOrAlterMaterializedTableForExistingTable()
throws TableNotExistEx
TableChange.add(Column.physical("e",
DataTypes.VARCHAR(Integer.MAX_VALUE))),
TableChange.add(Column.physical("f",
DataTypes.VARCHAR(Integer.MAX_VALUE))),
TableChange.modifyDefinitionQuery(
- "SELECT `a`, `b`, `c`, `d`, `d` AS `e`,
CAST('123' AS STRING) AS `f`\nFROM `t1`",
+ "SELECT a, b, c, d, d as e, cast('123' as
string) as f FROM t1",
Review Comment:
can we have tests for queries containing different comments?
--
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]