mridulm commented on a change in pull request #32286:
URL: https://github.com/apache/spark/pull/32286#discussion_r656324813



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/CoalesceShufflePartitionsSuite.scala
##########
@@ -66,6 +66,7 @@ class CoalesceShufflePartitionsSuite extends SparkFunSuite 
with BeforeAndAfterAl
         .setAppName("test")
         .set(UI_ENABLED, false)
         .set(IO_ENCRYPTION_ENABLED, enableIOEncryption)
+        .set(IO_COMPRESSION_CODEC.key, "lz4")

Review comment:
       Curious, does this test require it to be lz4 ?
   Same for `AdaptiveQueryExecSuite` below - why not rely on the new default 
value of zstd ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to