Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22337#discussion_r215874969
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/ExchangeCoordinatorSuite.scala
---
@@ -31,6 +31,7 @@ class ExchangeCoordinatorSuite extends SparkFunSuite with
BeforeAndAfterAll {
private var originalInstantiatedSparkSession: Option[SparkSession] = _
override protected def beforeAll(): Unit = {
+ super.beforeAll()
--- End diff --
I see. Let me check `beforeAll`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]