omalley opened a new pull request #540: URL: https://github.com/apache/orc/pull/540
This PR adds 4 new methods to the DateColumnStatistics. * getMinimumLocalDate -> LocalDate * getMinimumDayOfEpoch -> int and the matching getMaximum functions. The current functions are deprecated. The DateColumnStatisticsImpl moves the minimum and maximum values to int instead of Integer, so they can be modified. The initial values are Integer.MAX_VALUE and MIN_VALUE. The PPD code is changed to use LocalDate instead of Date. ---------------------------------------------------------------- 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]
