uros-b commented on code in PR #56590:
URL: https://github.com/apache/spark/pull/56590#discussion_r3481129858
##########
common/utils/src/main/scala/org/apache/spark/util/SparkFileUtils.scala:
##########
@@ -62,13 +64,22 @@ private[spark] trait SparkFileUtils extends Logging {
*/
def recursiveList(f: File): Array[File] = {
Review Comment:
Note: a twin TestUtils.recursiveList (test-scoped) has the same NPE risk +
unbounded recursion, left untouched. Shall we update that too?
--
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]