abstractdog commented on code in PR #4265:
URL: https://github.com/apache/hive/pull/4265#discussion_r1189525276


##########
ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java:
##########
@@ -2540,6 +2540,8 @@ public static TypeDescription convertTypeInfo(TypeInfo 
info) {
             return TypeDescription.createDate();
           case TIMESTAMP:
             return TypeDescription.createTimestamp();
+          case TIMESTAMPLOCALTZ:
+            return  TypeDescription.createTimestampInstant();

Review Comment:
   nit: 1 space instead of 2



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to