sunchao commented on code in PR #210:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/210#discussion_r1537032954
##########
dev/diffs/3.4.2.diff:
##########
@@ -1238,6 +1392,9 @@ index ed2e309fa07..3767d4e7ca4 100644
+ conf
+ .set("spark.comet.exec.enabled", "true")
+ .set("spark.comet.exec.all.enabled", "true")
++ .set("spark.shuffle.manager",
++
"org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager")
++ .set("spark.comet.exec.shuffle.enabled", "true")
Review Comment:
It is still pending on the work to make it as default. Once it becomes
default, all the tests will automatically switch to use it.
--
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]