You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by jiangxb1987 <gi...@git.apache.org> on 2018/02/01 00:02:34 UTC

[GitHub] spark pull request #20422: [SPARK-23253][Core][Shuffle]Only write shuffle te...

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

    https://github.com/apache/spark/pull/20422#discussion_r165225733
  
    --- Diff: core/src/test/scala/org/apache/spark/shuffle/sort/IndexShuffleBlockResolverSuite.scala ---
    @@ -123,7 +123,7 @@ class IndexShuffleBlockResolverSuite extends SparkFunSuite with BeforeAndAfterEa
         assert(dataFile.length() === 35)
         assert(!dataTmp2.exists())
    --- End diff --
    
    not related to the change, but this should be `assert(!dataTmp3.exists())`


---

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