Skip to content

Commit e510b48

Browse files
authored
Rename the test file name and class name
Rename the test file name and class name
1 parent 845dda7 commit e510b48

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/CompressionCodecPrecedenceSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.apache.spark.sql.execution.datasources.parquet.ParquetOptions
2323
import org.apache.spark.sql.internal.SQLConf
2424
import org.apache.spark.sql.test.{SQLTestUtils, SharedSQLContext}
2525

26-
class CompressionCodecSuite extends SQLTestUtils with SharedSQLContext {
26+
class CompressionCodecPrecedenceSuite extends SQLTestUtils with SharedSQLContext {
2727
test("Test `spark.sql.parquet.compression.codec` config") {
2828
Seq("NONE", "UNCOMPRESSED", "SNAPPY", "GZIP", "LZO").foreach { c =>
2929
withSQLConf(SQLConf.PARQUET_COMPRESSION.key -> c) {

0 commit comments

Comments
 (0)