Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19882#discussion_r155228866
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcSourceSuite.scala
---
@@ -225,57 +162,39 @@ abstract class OrcSuite extends QueryTest with
TestHiveSingleton with BeforeAndA
}
}
-class OrcSourceSuite extends OrcSuite {
- override def beforeAll(): Unit = {
+class OrcSourceSuite extends OrcSuite with SharedSQLContext {
+
+ protected override def beforeAll(): Unit = {
--- End diff --
Mind if I ask where this is needed?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]