Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20398#discussion_r163945483
--- Diff:
external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
---
@@ -1116,6 +1116,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite
extends StreamTest with Shared
}
query.stop()
+ query.awaitTermination()
--- End diff --
Do you think we can have `query.processAllAvailable()` before
`query.stop()`, too?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]