pavibhai commented on a change in pull request #668:
URL: https://github.com/apache/orc/pull/668#discussion_r641059154
##########
File path: java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java
##########
@@ -2856,11 +2962,16 @@ public static TypeReader
createTreeReader(TypeDescription readerType,
}
}
+ public static boolean isDecimalAsLong(OrcFile.Version version, int
precision) {
Review comment:
I need this for the next PR conversion of SArg to Filter. I can remove
this here and include it as part of that 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]