koertkuipers commented on PR #41903: URL: https://github.com/apache/spark/pull/41903#issuecomment-1627750467
test failure seems unrelated to pull request: ``` 2023-07-09T03:28:09.8480347Z [0m[[0m[0minfo[0m] [0m[0m[32mStreamingQueryListenerSuite:[0m[0m 2023-07-09T03:28:09.9674014Z 03:28:09.967 WARN org.apache.spark.sql.execution.streaming.ResolveWriteToStream: spark.sql.adaptive.enabled is not supported in streaming DataFrames/Datasets and will be disabled. 2023-07-09T03:28:10.4443688Z [0m[[0m[0minfo[0m] [0m[0m[31m- single listener, check trigger events are generated correctly *** FAILED *** (497 milliseconds)[0m[0m 2023-07-09T03:28:10.4445391Z [0m[[0m[0minfo[0m] [0m[0m[31m Assert on query failed: : Queue() was empty[0m[0m 2023-07-09T03:28:10.4448070Z [0m[[0m[0minfo[0m] [0m[0m[31m org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)[0m[0m 2023-07-09T03:28:10.4468152Z [0m[[0m[0minfo[0m] [0m[0m[31m org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)[0m[0m 2023-07-09T03:28:10.4637493Z [0m[[0m[0minfo[0m] [0m[0m[31m org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)[0m[0m 2023-07-09T03:28:10.4638128Z [0m[[0m[0minfo[0m] [0m[0m[31m org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)[0m[0m 2023-07-09T03:28:10.4639116Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamingQueryListenerSuite.$anonfun$new$7(StreamingQueryListenerSuite.scala:105)[0m[0m 2023-07-09T03:28:10.4639921Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamingQueryListenerSuite.$anonfun$new$7$adapted(StreamingQueryListenerSuite.scala:104)[0m[0m 2023-07-09T03:28:10.4640682Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamTest.$anonfun$testStream$41(StreamTest.scala:663)[0m[0m 2023-07-09T03:28:10.4641267Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamTest.verify$1(StreamTest.scala:432)[0m[0m 2023-07-09T03:28:10.4641948Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamTest.executeAction$1(StreamTest.scala:663)[0m[0m 2023-07-09T03:28:10.4642564Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.sql.streaming.StreamTest.$anonfun$testStream$56(StreamTest.scala:790)[0m[0m 2023-07-09T03:28:10.4642965Z [0m[[0m[0minfo[0m] [0m[0m [0m 2023-07-09T03:28:10.4643222Z [0m[[0m[0minfo[0m] [0m[0m [0m ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
