Skip to content

Commit

Permalink
Disable CometTakeOrderedAndProjectExec
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 2, 2024
1 parent 8584eb3 commit 1bb8bd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class CometTPCDSQuerySuite
conf.set(CometConf.COMET_MEMORY_OVERHEAD.key, "20g")
conf.set(CometConf.COMET_SHUFFLE_ENFORCE_MODE_ENABLED.key, "true")
conf.set("spark.sql.adaptive.coalescePartitions.enabled", "true")
conf.set("spark.comet.exec.takeOrderedAndProjectExec.disabled", "true")
conf.set(MEMORY_OFFHEAP_ENABLED.key, "true")
conf.set(MEMORY_OFFHEAP_SIZE.key, "20g")
conf
Expand Down

0 comments on commit 1bb8bd4

Please sign in to comment.