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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
