Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Feb 9, 2026

Summary

  • Spark configs with the prefix spark.comet.datafusion.* are now passed through to DataFusion's SessionConfig
  • The spark.comet. prefix is stripped so that e.g. spark.comet.datafusion.sql_parser.parse_float_as_decimal=true becomes datafusion.sql_parser.parse_float_as_decimal=true in DataFusion
  • This allows users to tune DataFusion behavior from Spark via --conf without code changes

🤖 Generated with Claude Code

…sion

Spark configs with the prefix spark.comet.datafusion.* are now passed
through to DataFusion's SessionConfig. The prefix spark.comet. is
stripped so that e.g. spark.comet.datafusion.sql_parser.parse_float_as_decimal
becomes datafusion.sql_parser.parse_float_as_decimal in DataFusion.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@andygrove andygrove marked this pull request as ready for review February 11, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant