beliefer commented on a change in pull request #32513:
URL: https://github.com/apache/spark/pull/32513#discussion_r645409881
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/util/DataFrameCallbackSuite.scala
##########
@@ -227,9 +227,7 @@ class DataFrameCallbackSuite extends QueryTest
spark.range(10).select($"id", $"id").write.insertInto("tab")
}
sparkContext.listenerBus.waitUntilEmpty()
- assert(exceptions.length == 1)
- assert(exceptions.head._1 == "insertInto")
- assert(exceptions.head._2 == e)
+ assert(exceptions.length == 0)
Review comment:
It's no chance to create `SparkListenerSQLExecutionEnd` and post to
`ExecutionListenerBus`.
We can see errors at exception stack now.
--
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]