lirui-apache commented on a change in pull request #10401: [FLINK-15020][hive] 
Support timestamp type in hive
URL: https://github.com/apache/flink/pull/10401#discussion_r354659077
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/dataformat/DataFormatConverters.java
 ##########
 @@ -252,6 +253,11 @@ public static DataFormatConverter 
getConverterForDataType(DataType originDataTyp
                                        return BinaryGenericConverter.INSTANCE;
                                }
                                return new 
GenericConverter(typeInfo.createSerializer(new ExecutionConfig()));
+                       case TIMESTAMP_WITHOUT_TIME_ZONE:
 
 Review comment:
   Do you mean we should wait for #10418 to get in first?

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