chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group across 1 directory#252
Closed
dependabot[bot] wants to merge 2 commits intomainfrom
Closed
chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group across 1 directory#252dependabot[bot] wants to merge 2 commits intomainfrom
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
c575b9e to
02e5ee2
Compare
3ec3a20 to
d730237
Compare
d730237 to
4787d43
Compare
816e8b6 to
e089cab
Compare
e089cab to
2fb88c8
Compare
When a ProjectionExec only renames columns (all expressions are sequential Column references), absorb the rename into the child AggregateExec's output schema, eliminating the ProjectionExec entirely. This avoids per-batch overhead of expression evaluation, RecordBatch construction, and the stream wrapper layer for these trivial rename projections that appear in most GROUP BY queries. Only applies to final-mode aggregates (Final/FinalPartitioned/Single/ SinglePartitioned) to avoid breaking distribution requirements for intermediate aggregates. Changes: - Add `AggregateExec::with_output_schema()` that clones the exec with renamed output fields, updating both schema and output partitioning - Add `try_absorb_rename_projection()` in projection pushdown optimizer - Add `remap_partitioning()` helper to update Column references in hash partitioning when field names change Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps the proto group with 1 update in the / directory: [pbjson-types](https://github.com/influxdata/pbjson). Updates `pbjson-types` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: pbjson-types dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: proto ... Signed-off-by: dependabot[bot] <support@github.com>
2fb88c8 to
663da64
Compare
6fbf806 to
16e578d
Compare
Author
|
Looks like pbjson-types is no longer updatable, so this is no longer needed. |
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.
Bumps the proto group with 1 update in the / directory: pbjson-types.
Updates
pbjson-typesfrom 0.8.0 to 0.9.0Commits