You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by srowen <gi...@git.apache.org> on 2018/12/06 14:39:42 UTC

[GitHub] spark pull request #23241: [SPARK-26283][CORE] Enable reading from open fram...

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

    https://github.com/apache/spark/pull/23241#discussion_r239476672
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/ReplayListenerBus.scala ---
    @@ -118,8 +118,6 @@ private[spark] class ReplayListenerBus extends SparkListenerBus with Logging {
           case e: HaltReplayException =>
             // Just stop replay.
           case _: EOFException if maybeTruncated =>
    -      case _: IOException if maybeTruncated =>
    --- End diff --
    
    Can this still happen for non-zstd compression though?


---

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