andygrove commented on code in PR #1525:
URL: https://github.com/apache/datafusion-comet/pull/1525#discussion_r2003622238
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -274,11 +272,9 @@ object CometConf extends ShimCometConf {
.createWithDefault(true)
val COMET_SHUFFLE_MODE: ConfigEntry[String] =
conf(s"$COMET_EXEC_CONFIG_PREFIX.shuffle.mode")
- .doc("The mode of Comet shuffle. This config is only effective if Comet
shuffle " +
- "is enabled. Available modes are 'native', 'jvm', and 'auto'. " +
- "'native' is for native shuffle which has best performance in general. "
+
- "'jvm' is for jvm-based columnar shuffle which has higher coverage than
native shuffle. " +
- "'auto' is for Comet to choose the best shuffle mode based on the query
plan.")
+ .doc(
+ "This is test config to allow tests to force a particular shuffle
implementation to be " +
+ "used.")
Review Comment:
Updated.
--
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]