[
https://issues.apache.org/jira/browse/ORC-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun closed ORC-1474.
------------------------------
> Replaced deprecated getMinimum/Maximum in TestColumnStatistics
> --------------------------------------------------------------
>
> Key: ORC-1474
> URL: https://issues.apache.org/jira/browse/ORC-1474
> Project: ORC
> Issue Type: Test
> Components: Java
> Affects Versions: 2.0.0
> Reporter: Ashish
> Assignee: Ashish
> Priority: Trivial
> Labels: Java
> Fix For: 2.0.0
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)