Description
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
We won't be updating StringEscapeUtils, based on discussion in PR
Attachments
Issue Links
- links to