Ash created ORC-1474:
------------------------
Summary: Replace deprecated methods in TestColumnStatistics
Key: ORC-1474
URL: https://issues.apache.org/jira/browse/ORC-1474
Project: ORC
Issue Type: Improvement
Components: Java
Affects Versions: 2.0.0
Reporter: Ash
Assignee: Ash
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)