[ 
https://issues.apache.org/jira/browse/ORC-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ash updated ORC-1474:
---------------------
    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

  was:
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

 


> 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
>            Priority: Trivial
>              Labels: Java
>
> 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)

Reply via email to