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_r401493078
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/sinks/TableSinkUtils.scala
 ##########
 @@ -83,10 +83,10 @@ object TableSinkUtils {
     } else {
       // format query and sink schema strings
       val srcSchema = queryLogicalType.getFields
-        .map(f => s"${f.getName}: ${f.getType}")
+        .map(f => s"${f.getName}: ${f.getType.asSerializableString()}")
 
 Review comment:
   Shouldn't we use the `asSummaryString`? In the end it's for debugging.

----------------------------------------------------------------
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

Reply via email to