Skip to content

Commit

Permalink
Enable Comet ANSI mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 6, 2024
1 parent 9f30b4c commit ba21817
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ abstract class CometTestBase
conf.set("spark.hadoop.fs.file.impl", classOf[DebugFilesystem].getName)
conf.set("spark.ui.enabled", "false")
conf.set(SQLConf.SHUFFLE_PARTITIONS, 10) // reduce parallelism in tests
conf.set(CometConf.COMET_ANSI_MODE_ENABLED.key, "true")
conf.set(SHUFFLE_MANAGER, shuffleManager)
conf.set(MEMORY_OFFHEAP_ENABLED.key, "true")
conf.set(MEMORY_OFFHEAP_SIZE.key, "2g")
Expand Down

0 comments on commit ba21817

Please sign in to comment.