Github user fjh100456 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19218#discussion_r158492627
--- 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 --
Seems compressed table does not always be smaller than uncompressed tables.
`SNAPPY` Compression size may be bigger than non-compression size when the
amount of data is not big. So I'd like to check the size not equal when
compression are different.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]