You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/04/26 15:11:46 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #691: ORC-790: TIMESTAMP_INSTANT should be primitive

dongjoon-hyun commented on a change in pull request #691:
URL: https://github.com/apache/orc/pull/691#discussion_r620391355



##########
File path: java/core/src/java/org/apache/orc/TypeDescription.java
##########
@@ -116,7 +116,7 @@ public int compareTo(TypeDescription other) {
     MAP("map", false),
     STRUCT("struct", false),
     UNION("uniontype", false),
-    TIMESTAMP_INSTANT("timestamp with local time zone", false);
+    TIMESTAMP_INSTANT("timestamp with local time zone", true);

Review comment:
       cc @omalley since this is ORC-189.




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