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_r401483241
##########
File path:
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/FunctionITCase.java
##########
@@ -508,7 +533,21 @@ public void testComplexScalarFunction() throws Exception {
"CREATE TABLE SourceTable(i INT, b BYTES) " +
"WITH ('connector' = 'COLLECTION')");
tEnv().sqlUpdate(
- "CREATE TABLE SinkTable(i INT, s1 STRING, s2 STRING, d
DECIMAL(5, 2), s3 STRING) " +
+ "CREATE TABLE SinkTable(" +
+ " i INT, " +
+ " s1 STRING, " +
+ " s2 STRING, " +
+ " d DECIMAL(5, 2)," +
+ " r RAW('java.lang.Object',
'AEdvcmcuYXBhY2hlLmZsaW5rLmFwaS5qYXZhLnR5cGV1dGlscy5ydW50aW" +
Review comment:
Can we generate the serializer string?
----------------------------------------------------------------
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