Skip to content

Commit 6fe8589

Browse files
author
Nan Zhu
committed
fix the test
1 parent 5230081 commit 6fe8589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/HadoopFsRelationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class HadoopFsRelationSuite extends QueryTest with SharedSQLContext {
4444
test("SPARK-22790: spark.sql.sources.compressionFactor takes effect") {
4545
import testImplicits._
4646
Seq(1.0, 0.5).foreach { compressionFactor =>
47-
withSQLConf("spark.sql.sources.compressionFactor" -> compressionFactor.toString,
47+
withSQLConf("spark.sql.sources.fileCompressionFactor" -> compressionFactor.toString,
4848
"spark.sql.autoBroadcastJoinThreshold" -> "400") {
4949
withTempPath { workDir =>
5050
// the file size is 740 bytes

0 commit comments

Comments
 (0)