Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20386#discussion_r164738120
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/sources/ConsoleWriterSuite.scala
 ---
    @@ -34,9 +33,9 @@ class ConsoleWriterSuite extends StreamTest {
         Console.withOut(captured) {
           val query = input.toDF().writeStream.format("console").start()
           try {
    -        input.addData(1, 2, 3)
    +        input.addData(1, 1, 1)
    --- End diff --
    
    Generally I think a streaming sink doesn't need to keep the data order 
w.r.t. the partition id.


---

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

Reply via email to