Skip to content

Commit 6d77bf9

Browse files
committed
[SPARK-21786][SQL] The 'spark.sql.parquet.compression.codec' configuration doesn't take effect on tables with partition field(s)
Fix scala style.
1 parent 3f022f9 commit 6d77bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ class InsertSuite extends QueryTest with TestHiveSingleton with BeforeAndAfter
752752
|LOCATION '${tmpDir.toURI.toString.stripSuffix("/")}/$tableWithPartition'
753753
""".stripMargin)
754754

755-
def insertOverwriteTable(tableName: String, codec: String,
755+
def insertOverwriteTable(tableName: String, codec: String,
756756
isPartitioned: Boolean): Unit = {
757757
withSQLConf("spark.sql.parquet.compression.codec" -> codec) {
758758
sql(

0 commit comments

Comments
 (0)