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 94512a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ 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")
// Disable `CometTakeOrderedAndProjectExec` because it doesn't produce same output order
// as Spark.
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 94512a8

Please sign in to comment.