You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "hrishisd (via GitHub)" <gi...@apache.org> on 2023/05/20 16:56:27 UTC

[GitHub] [iceberg] hrishisd commented on issue #7658: Remove the direct dependency on Apache Commons

hrishisd commented on issue #7658:
URL: https://github.com/apache/iceberg/issues/7658#issuecomment-1555951638

   Hi Fokko,
   
   Is the goal of this issue to remove all uses of apache.commons.io?
   ```java
   $rg 'import org.apache.commons'
   
   spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/procedures/ProcedureInput.java
   24:import org.apache.commons.lang3.StringUtils;
   
   spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java
   31:import org.apache.commons.io.FileUtils;
   32:import org.apache.commons.io.filefilter.TrueFileFilter;
   ...
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org