Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19218#discussion_r158443833
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala ---
@@ -35,7 +39,7 @@ case class TestData(key: Int, value: String)
case class ThreeCloumntable(key: Int, value: String, key1: String)
class InsertSuite extends QueryTest with TestHiveSingleton with
BeforeAndAfter
- with SQLTestUtils {
+ with ParquetTest {
--- End diff --
This is the insert suite. We are unable to do this.
Could you create a separate suite in the current package `
org.apache.spark.sql.hive`? The suite name can be `CompressionCodecSuite`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]