-
Notifications
You must be signed in to change notification settings - Fork 1
Non-scalar aggregation outputs (Tier-1 vectors): config declaration + vector cell statistics #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
cd967ab
phase 1 of issue #29
claude 77f4838
address self-review on issue #29 phase 1
claude 249fb19
Merge remote-tracking branch 'origin/main' into claude/29-nonscalar-o…
claude 6b0d35f
phase 2 of issue #29
claude 3fda3c4
vector expression fields for issue #29
claude 79b8960
fold review: privatize _eval_expression_raw + clarify empty-cell test…
claude 4d5a844
phase 3 of issue #29
claude 93ee562
phase 4 of issue #29
claude 9c736f9
phase 5 of issue #29
claude 1511853
phase 6 of issue #29
claude 91cce63
fold review: enforce single-trailing-chunk invariant + name payload a…
claude ea17405
fold review: clarify round-trip test isolates the write/read path (#29)
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 from Claude (review)
[diff-scoped, confirmation — no change requested] Confirming this guard is reachable and matches runtime:
function/expressionare validated mutually-exclusive earlier (~L176), so this only fires forfunction-driven vector fields, never for expression fields — and it mirrors thefunc_name in ("len","count")short-circuit incalculate_cell_statistics, which only runs whenexpressionis falsy. So the guard and the runtime short-circuit agree, and there's no expression-vs-len ambiguity. Good. Leaving this as a note, not a request.Generated by Claude Code