Skip to content

Commit e798f9a

Browse files
committed
enable SMJ with filter by default
1 parent e19aa50 commit e798f9a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,10 @@ object CometConf extends ShimCometConf {
313313
val COMET_EXEC_SORT_MERGE_JOIN_WITH_JOIN_FILTER_ENABLED: ConfigEntry[Boolean] =
314314
conf("spark.comet.exec.sortMergeJoinWithJoinFilter.enabled")
315315
.category(CATEGORY_ENABLE_EXEC)
316-
.doc("Experimental support for Sort Merge Join with filter")
316+
.doc("Support for Sort Merge Join with filter. " +
317+
"Deprecated: this config will be removed in a future release.")
317318
.booleanConf
318-
.createWithDefault(false)
319+
.createWithDefault(true)
319320

320321
val COMET_TRACING_ENABLED: ConfigEntry[Boolean] = conf("spark.comet.tracing.enabled")
321322
.category(CATEGORY_TUNING)

0 commit comments

Comments
 (0)