Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavBalyan committed Jan 15, 2025
1 parent c78605c commit 415c09e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 415c09e

Please sign in to comment.