Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19868#discussion_r181787994
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala ---
    @@ -218,6 +232,10 @@ class NewHadoopRDD[K, V](
                     s"Skipped the rest content in the corrupted file: 
${split.serializableHadoopSplit}",
                     e)
                   finished = true
    +            case e: FileNotFoundException if ignoreMissingFiles =>
    +              logWarning(s"Skipped missing file: 
${split.serializableHadoopSplit}", e)
    +              finished = true
    +              null
    --- End diff --
    
    ditto


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to