You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/08/04 09:14:00 UTC

[jira] [Resolved] (ORC-909) Remove commons-io 2.1 dependency

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

Dongjoon Hyun resolved ORC-909.
-------------------------------
    Fix Version/s: 1.8.0
                   1.7.0
         Assignee: Dongjoon Hyun
       Resolution: Fixed

This is resolved via https://github.com/apache/orc/pull/815

> Remove commons-io 2.1 dependency
> --------------------------------
>
>                 Key: ORC-909
>                 URL: https://issues.apache.org/jira/browse/ORC-909
>             Project: ORC
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: 1.7.0, 1.8.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>             Fix For: 1.7.0, 1.8.0
>
>
> This is a hidden dependency due to a single function `IOUtils.skipFully`. We had better cut this.
> {code}
> $ git grep org.apache.commons.io
> core/src/java/org/apache/orc/impl/RunLengthByteReader.java:import org.apache.commons.io.IOUtils;
> core/src/java/org/apache/orc/impl/SerializationUtils.java:import org.apache.commons.io.IOUtils;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)