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

    https://github.com/apache/spark/pull/20896#discussion_r176902181
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala
 ---
    @@ -550,22 +550,22 @@ class StreamingQuerySuite extends StreamTest with 
BeforeAndAfter with Logging wi
             .start()
         }
     
    -    val input = MemoryStream[Int]
    -    val q1 = startQuery(input.toDS, "stream_serializable_test_1")
    -    val q2 = startQuery(input.toDS.map { i =>
    +    val input = MemoryStream[Int] :: MemoryStream[Int] :: 
MemoryStream[Int] :: Nil
    --- End diff --
    
    why build a list and not use 3 separate variables?


---

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

Reply via email to