comphead commented on code in PR #881:
URL: https://github.com/apache/datafusion-comet/pull/881#discussion_r1736511615
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -189,7 +189,7 @@ object CometConf extends ShimCometConf {
"'spark.shuffle.manager' must be set before starting the Spark
application and " +
"cannot be changed during the application.")
.booleanConf
- .createWithDefault(false)
+ .createWithDefault(true)
Review Comment:
We also need to fix default value in description
--
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]