Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/22330#discussion_r214903740
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/TakeOrderedAndProjectSuite.scala
---
@@ -45,6 +45,7 @@ class TakeOrderedAndProjectSuite extends SparkPlanTest
with SharedSQLContext {
protected override def afterAll() = {
SQLConf.get.setConf(SQLConf.LIMIT_FLAT_GLOBAL_LIMIT,
originalLimitFlatGlobalLimit)
+ super.afterAll()
--- End diff --
Good catch!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]