Myracle commented on code in PR #19562:
URL: https://github.com/apache/flink/pull/19562#discussion_r873273232


##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/copy/HiveParserTypeConverter.java:
##########
@@ -289,6 +289,7 @@ private static TypeInfo convertPrimitiveType(RelDataType 
rType) {
             case INTERVAL_SECOND:
                 return hiveShim.getIntervalDayTimeTypeInfo();
             case BINARY:
+            case VARBINARY:
                 return TypeInfoFactory.binaryTypeInfo;

Review Comment:
   I find that there exist other types which are not present in flink code, for 
example, REAL, TIME_WITH_LOCAL_TIME_ZONE. Should we also add them?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to