We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5230081 commit 6fe8589Copy full SHA for 6fe8589
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/HadoopFsRelationSuite.scala
@@ -44,7 +44,7 @@ class HadoopFsRelationSuite extends QueryTest with SharedSQLContext {
44
test("SPARK-22790: spark.sql.sources.compressionFactor takes effect") {
45
import testImplicits._
46
Seq(1.0, 0.5).foreach { compressionFactor =>
47
- withSQLConf("spark.sql.sources.compressionFactor" -> compressionFactor.toString,
+ withSQLConf("spark.sql.sources.fileCompressionFactor" -> compressionFactor.toString,
48
"spark.sql.autoBroadcastJoinThreshold" -> "400") {
49
withTempPath { workDir =>
50
// the file size is 740 bytes
0 commit comments