LuciferYang commented on code in PR #56590: URL: https://github.com/apache/spark/pull/56590#discussion_r3489413894
########## common/utils/src/main/scala/org/apache/spark/util/SparkFileUtils.scala: ########## Review Comment: Good point. Documented this in the Scaladoc in f3d18c048e5 -- it now states that a directory which cannot be listed (`File.listFiles` returns null) is skipped with a warning rather than throwing, so the result may be partial when part of the tree is unreadable. -- 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]
