Github user jinxing64 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19868#discussion_r181939704
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala ---
    @@ -195,6 +205,10 @@ class NewHadoopRDD[K, V](
                   e)
                 finished = true
                 null
    +          case e: FileNotFoundException if ignoreMissingFiles =>
    --- End diff --
    
    Yes, I should change this.


---

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

Reply via email to