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

    https://github.com/apache/spark/pull/19868#discussion_r181607797
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
    @@ -260,6 +270,10 @@ class HadoopRDD[K, V](
                 logWarning(s"Skipped the rest content in the corrupted file: 
${split.inputSplit}", e)
                 finished = true
                 null
    +          case e: FileNotFoundException if ignoreMissingFiles =>
    --- End diff --
    
    `FileNotFoundException` extends `IOException`


---

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

Reply via email to