Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19863#discussion_r154506132
  
    --- 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 --
    
    Unlike the previous ORC PR, #19651 intentionally uses the existing old Hive 
tests suites. This PR is a preparation for moving test cases.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to