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

    https://github.com/apache/spark/pull/22325#discussion_r215388601
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala 
---
    @@ -444,10 +444,23 @@ final class ShuffleBlockFetcherIterator(
                   throwFetchFailedException(blockId, address, e)
               }
     
    -          input = streamWrapper(blockId, in)
    +          var wrapCorruption: Boolean = false
    --- End diff --
    
    Thanks for the review. I didn't do that to give more specific warning 
message and being able to point whether the problem happened during wrapping or 
after, but if there isn'r any value in separating that I can change it.


---

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

Reply via email to