uros-b commented on code in PR #56590: URL: https://github.com/apache/spark/pull/56590#discussion_r3481123240
########## common/utils/src/main/scala/org/apache/spark/util/SparkFileUtils.scala: ########## Review Comment: An unreadable dir mid-walk now yields a partial result + logWarning instead of an NPE. This softens a hard failure into silent-partial, but the Scaladoc still says only "Lists files recursively"; document the partial-result-on-unreadable-directory semantics so future callers aren't surprised. -- 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]
