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

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

Dongjoon Hyun created ORC-909:
---------------------------------

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


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)