HyukjinKwon commented on a change in pull request #29651:
URL: https://github.com/apache/spark/pull/29651#discussion_r484011159



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamTest.scala
##########
@@ -306,6 +306,14 @@ trait StreamTest extends QueryTest with SharedSparkSession 
with TimeLimits with
     def apply(func: StreamExecution => Any): AssertOnQuery = 
apply("Execute")(func)
   }
 
+  /** Call [[StreamingQuery.processAllAvailable()]] to wait. */

Review comment:
       Just FYI, the other errors are spurious. I tried to fix this problem so 
hard long ago but couldn't find a good way to fix, see also SPARK-20840 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to