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:
[email protected]