diff --git a/backends-velox/src/test/scala/org/apache/gluten/utils/ParquetEncryptionDetectionSuite.scala b/backends-velox/src/test/scala/org/apache/gluten/utils/ParquetEncryptionDetectionSuite.scala index b7a134260059..db53c329f6f5 100644 --- a/backends-velox/src/test/scala/org/apache/gluten/utils/ParquetEncryptionDetectionSuite.scala +++ b/backends-velox/src/test/scala/org/apache/gluten/utils/ParquetEncryptionDetectionSuite.scala @@ -158,7 +158,9 @@ class ParquetEncryptionDetectionSuite extends GlutenQueryTest { } } - testWithSpecifiedSparkVersion("Detect plain (unencrypted) Parquet file", Array("3.2", "3.3", "3.4")) { + testWithSpecifiedSparkVersion( + "Detect plain (unencrypted) Parquet file", + Array("3.2", "3.3", "3.4")) { withTempDir { tempDir => val filePath = s"${tempDir.getAbsolutePath}/plain.parquet"