Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19863#discussion_r154511190
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/OrcTest.scala
---
@@ -15,18 +15,17 @@
* limitations under the License.
*/
-package org.apache.spark.sql.hive.orc
+package org.apache.spark.sql.execution.datasources
import java.io.File
import scala.reflect.ClassTag
import scala.reflect.runtime.universe.TypeTag
import org.apache.spark.sql._
-import org.apache.spark.sql.hive.test.TestHiveSingleton
import org.apache.spark.sql.test.SQLTestUtils
-private[sql] trait OrcTest extends SQLTestUtils with TestHiveSingleton {
+abstract class OrcTest extends QueryTest with SQLTestUtils {
--- End diff --
As you see, we can do this without merging other ORC PRs, and this will
reduce the scope of review for the other PRs.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]