datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

Remove legacy env vars from Spark diffs

Open andygrove opened this issue 1 month ago • 0 comments

What is the problem the feature request solves?

The Spark diffs contain logic for the following configs:

  • ENABLE_COMET_SCAN_ONLY: This is no longer set when running Spark SQL tests and should be removed from the diffs now.
  • ENABLE_COMET_ANSI_MODE: This is used to enable spark.sql.ansi.enabled and does not enable any Comet features. This should be removed since there are specific tests in the Spark SQL suite for ANSI mode.

Describe the potential solution

No response

Additional context

No response

andygrove avatar Nov 06 '25 22:11 andygrove