dawidwys commented on a change in pull request #11568: [FLINK-16779][table] Add
RAW type support in DDL and functions
URL: https://github.com/apache/flink/pull/11568#discussion_r401492062
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/stream/table/validation/TableSinkValidationTest.scala
##########
@@ -91,8 +91,8 @@ class TableSinkValidationTest extends TableTestBase {
expectedException.expectMessage(
"Field types of query result and registered TableSink default_catalog." +
"default_database.testSink do not match.\n" +
- "Query schema: [a: INT, b: BIGINT, c: STRING, d: BIGINT]\n" +
- "Sink schema: [a: INT, b: BIGINT, c: STRING, d: INT]")
+ "Query schema: [a: INT, b: BIGINT, c: VARCHAR(2147483647), d: BIGINT]\n"
+
+ "Sink schema: [a: INT, b: BIGINT, c: VARCHAR(2147483647), d: INT]")
Review comment:
Why has this changed? `VARCHAR(MAX)` should be printed as `STRING`,
shouldn't it?
----------------------------------------------------------------
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