mystic-lama opened a new pull request, #1575: URL: https://github.com/apache/orc/pull/1575
### What changes were proposed in this pull request? As part of ORC-661, getMinimum/getMaximum were deprecated. TestColumnStatistics uses these deprecated methods. We need to replace them as getMinimum -> getMinimumLocalDate getMaximum -> getMaximumLocalDate org.apache.commons.lang3.StringEscapeUtils has been deprecated and recommends the use of org.apache.commons.text.StringEscapeUtils ### Why are the changes needed? Updated deprecated methods to keep tests in sync with implementation and preventing failure when deprecated methods are removed from dependencies ### How was this patch tested? The Unit test case passes **NOTE**: commons-text dependency is not available in pom, however shaded version from hadoop is present. Have used that in PR. Open to suggestion on including the dependency or exclude the change from 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
