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

    https://github.com/apache/spark/pull/20386#discussion_r164737921
  
    --- 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 --
    
    It's fixable if we attach the partition id to the commit message of 
ConsoleSink, but is it worth?  cc @zsxwing @jose-torres 


---

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

Reply via email to