blog: add post on the Comet expression audit effort#190
Closed
andygrove wants to merge 1 commit into
Closed
Conversation
Add a blog post describing the systematic per-category audit of every supported Spark expression in DataFusion Comet against Spark 3.4.3, 3.5.8, 4.0.1, and 4.1.1. Covers: motivation (the four moving parts of a Comet expression), the audit-comet-expression skill, the Step 5 consistency rules and common antipatterns, what the cross-version diff actually looks like in practice, a sample of the 14 tracking issues filed, the parallel-subagent dispatch pattern, and the skill update (PR #4468) that came out of the work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a blog post describing the systematic per-category audit of every supported Spark expression in DataFusion Comet against Spark 3.4.3, 3.5.8, 4.0.1, and 4.1.1.
The work produced 12 audit PRs (4469, 4470, 4473, 4474, 4475, 4476, 4478, 4479, 4480, 4483, 4486, 4493), one skill-update PR (4468), and 14 tracking issues for higher-risk findings (#4462–#4467, #4471–#4472, #4477, #4481–#4482, #4484–#4485, #4488–#4492).
The post covers:
audit-comet-expressionClaude Code skill that drives the workMarking this as a draft for review while the audit PRs land.
Test plan
makeand verify formatting