You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/06 16:50:44 UTC

[GitHub] [flink] ayushtkn commented on a change in pull request #10978: [FLINK-15584] Give nested data type of ROWs in ValidationException.

ayushtkn commented on a change in pull request #10978: [FLINK-15584] Give nested data type of ROWs in ValidationException.
URL: https://github.com/apache/flink/pull/10978#discussion_r375955261
 
 

 ##########
 File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/sinks/TableSinkUtils.scala
 ##########
 @@ -55,10 +55,10 @@ object TableSinkUtils {
 
       // format table and table sink schema strings
       val srcSchema = srcFieldNames.zip(srcFieldTypes)
-        .map { case (n, t) => s"$n: ${t.getTypeClass.getSimpleName}" }
+        .map { case (n, t) => s"$n: ${t}" }
 
 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services