kazuyukitanimura commented on code in PR #1674:
URL: https://github.com/apache/datafusion-comet/pull/1674#discussion_r2054996663


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -414,6 +414,16 @@ object CometConf extends ShimCometConf {
     .doubleConf
     .createWithDefault(10.0)
 
+  val COMET_EXCHANGE_SIZE_MULTIPLIER: ConfigEntry[Double] = conf(
+    "spark.comet.shuffle.sizeInBytesMultiplier")
+    .doc(
+      "Comet produces smaller shuffle files due to columnar compression and 
this can result in " +

Review Comment:
   So ther eis no way to get the uncompressed size at the moment?



-- 
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]

Reply via email to