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)