wayneguow commented on PR #46935:
URL: https://github.com/apache/spark/pull/46935#issuecomment-2162602717

   @LuciferYang I made a double check, the following `commons-io `classes are 
used in Spark:
   
   - org.apache.commons.io.filefilter.TrueFileFilter
   - org.apache.commons.io.FilenameUtils
   - org.apache.commons.io.FileUtils
   - org.apache.commons.io.input.CountingInputStream
   - org.apache.commons.io.IOUtils
   - org.apache.commons.io.output.ByteArrayOutputStream
   - org.apache.commons.io.output.TeeOutputStream
   
   In the build log, only `FileUtils` and `CountingInputStream` appear with 
deprecated prompts.


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

Reply via email to