Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22337#discussion_r216120228
--- Diff:
external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaRelationSuite.scala
---
@@ -51,8 +51,8 @@ class KafkaRelationSuite extends QueryTest with
SharedSQLContext with KafkaTest
if (testUtils != null) {
testUtils.teardown()
testUtils = null
- super.afterAll()
}
+ super.afterAll()
--- End diff --
Good catch, added `try-finally`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]