comphead commented on code in PR #937:
URL: https://github.com/apache/datafusion-comet/pull/937#discussion_r1754978371
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -145,6 +145,12 @@ object CometConf extends ShimCometConf {
val COMET_EXEC_TAKE_ORDERED_AND_PROJECT_ENABLED: ConfigEntry[Boolean] =
createExecEnabledConfig("takeOrderedAndProject", defaultValue = true)
+ val COMET_EXEC_SORT_MERGE_JOIN_WITH_JOIN_FILTER_ENABLED:
ConfigEntry[Boolean] =
+ conf("spark.comet.exec.sortMergeJoinWithJoinFilter.enabled")
+ .doc("Experimental support for SMJ with join condition")
Review Comment:
```suggestion
.doc("Experimental support for Sort Merge Join with filter")
```
--
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]