liyubin117 commented on code in PR #21521: URL: https://github.com/apache/flink/pull/21521#discussion_r1142919830
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/api/TableEnvironmentTest.scala: ########## @@ -2528,7 +2528,14 @@ class TableEnvironmentTest { tableEnv.executeSql(sourceDDL) val expectedResult1 = util.Arrays.asList( - Row.of("c0", "CHAR(10)", Boolean.box(true), null, null, null, "this is the first column"), + Row.of( + "c0", + "CHAR(10)", + Boolean.box(true), + null, + null, + null, + "this is the first column, named 'c0'."), Review Comment: done -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org