rdblue opened a new issue #2100:
URL: https://github.com/apache/iceberg/issues/2100


   Iceberg should avoid unnecessary dependencies, like commons-*. A few 
dependencies on commons have snuck in:
   
   ```
   [blue@work iceberg]$ ack 'org.apache.commons'
   flink/src/main/java/org/apache/iceberg/flink/data/FlinkParquetReaders.java
   29:import org.apache.commons.lang3.ArrayUtils;
   
   versions.props
   13:org.apache.commons:commons-lang3 = 3.9
   
   pig/src/main/java/org/apache/iceberg/pig/IcebergPigInputFormat.java
   30:import org.apache.commons.lang3.SerializationUtils;
   
   spark3/src/main/java/org/apache/iceberg/spark/Spark3Util.java
   28:import org.apache.commons.lang3.ArrayUtils;
   ```
   
   We should remove those and move the dependency to testCompile.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to