Skip to content

Commit

Permalink
Enable CometTakeOrderedAndProjectExec
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 5, 2024
1 parent 13e84e7 commit b60ebe7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ 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 b60ebe7

Please sign in to comment.