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

    https://github.com/apache/spark/pull/21385#discussion_r190069533
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/continuous/shuffle/ContinuousShuffleReadSuite.scala
 ---
    @@ -115,17 +124,36 @@ class ContinuousShuffleReadSuite extends StreamTest {
         assert(secondEpoch.toSeq.map(_.getInt(0)) == Seq(222, 333))
       }
     
    +  test("multiple writers") {
    --- End diff --
    
    nit: move this below with all the other multi writer tests.


---

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

Reply via email to