pgaref commented on a change in pull request #588:
URL: https://github.com/apache/orc/pull/588#discussion_r549257563



##########
File path: java/core/src/java/org/apache/orc/impl/ColumnStatisticsImpl.java
##########
@@ -2100,6 +2100,12 @@ public static ColumnStatisticsImpl 
deserialize(TypeDescription schema,
     return deserialize(schema, stats, true, true);
   }
 
+  public static ColumnStatisticsImpl deserialize(TypeDescription schema,
+                                                 OrcProto.ColumnStatistics 
stats,
+                                                 boolean 
writerUsedProlepticGregorian) {
+    return deserialize(schema, stats, writerUsedProlepticGregorian, true);
+  }
+

Review comment:
       Sure, makes sense. Just updated the PR




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


Reply via email to