parthchandra commented on code in PR #632:
URL: https://github.com/apache/datafusion-comet/pull/632#discussion_r1669032147
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -175,6 +175,12 @@ object CometConf extends ShimCometConf {
.stringConf
.createWithDefault("zstd")
+ val COMET_EXEC_SHUFFLE_COMPRESSION_LEVEL: ConfigEntry[Int] =
+ conf(s"$COMET_EXEC_CONFIG_PREFIX.shuffle.compressionLevel")
+ .doc("Zstd compression level used in shuffle.")
+ .intConf
Review Comment:
Perhaps we could have a check here for valid values?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]