Uh oh!
There was an error while loading. Please reload this page.
chore(deps): bump substrait from 0.62 to 0.62.3 - #20750
Closed
benbellick wants to merge 1 commit into
Closed
Conversation
benbellickforce-pushed
the
chore/bump-substrait-0.62.3
branch
2 times, most recently
from
March 6, 2026 19:01
4d0380c to
612b0c8Comparebenbellickforce-pushed
the
chore/bump-substrait-0.62.3
branch
from
March 9, 2026 16:59
612b0c8 to
44fbfe2CompareAdapt to breaking changes in substrait 0.62.3: - UserDefined.type_reference replaced with type_anchor_type oneof - Handle new RexType::Lambda and RexType::LambdaInvocation variants
benbellickforce-pushed
the
chore/bump-substrait-0.62.3
branch
from
March 9, 2026 17:14
44fbfe2 to
ae7a9dfComparemilenkovicm
commented
Mar 9, 2026
Contributor
this is duplicate of #20785 |
26 tasks
| pbjson-types = { version = "0.8.0" } | ||
| prost = { workspace = true } | ||
| substrait = { version = "0.62", features = ["serde"] } | ||
| substrait = { version = "0.62.3", features = ["serde"] } |
benbellick
commented
Mar 11, 2026
ContributorAuthor
Superseded by #20876 (bumps to v0.63.0 since v0.62.3 was yanked). |
github-merge-queueBot
pushed a commit
that referenced
this pull request
Mar 11, 2026
Bump `substrait` crate from 0.62.2 to 0.63.0 (v0.62.3 was yanked) This substrait bump included: - removing deprecated `extension_uri_reference` fields (use `extension_urn_reference`), removed deprecated `extension_uris` field on `Plan`/`ExtendedExpression` (use `extension_urns`) - Handle new `LambdaParameterReference`, `Lambda`, and `LambdaInvocation` enum variants - Update `UserDefined` literal handling for new `TypeAnchorType` oneof Supersedes #20750
de-bgunter pushed a commit
to de-bgunter/datafusion
that referenced
this pull request
Mar 24, 2026
Bump `substrait` crate from 0.62.2 to 0.63.0 (v0.62.3 was yanked) This substrait bump included: - removing deprecated `extension_uri_reference` fields (use `extension_urn_reference`), removed deprecated `extension_uris` field on `Plan`/`ExtendedExpression` (use `extension_urns`) - Handle new `LambdaParameterReference`, `Lambda`, and `LambdaInvocation` enum variants - Update `UserDefined` literal handling for new `TypeAnchorType` oneof Supersedes apache#20750
LiaCastaneda pushed a commit
to DataDog/datafusion
that referenced
this pull request
Mar 30, 2026
Bump `substrait` crate from 0.62.2 to 0.63.0 (v0.62.3 was yanked) This substrait bump included: - removing deprecated `extension_uri_reference` fields (use `extension_urn_reference`), removed deprecated `extension_uris` field on `Plan`/`ExtendedExpression` (use `extension_urns`) - Handle new `LambdaParameterReference`, `Lambda`, and `LambdaInvocation` enum variants - Update `UserDefined` literal handling for new `TypeAnchorType` oneof Supersedes apache#20750
LiaCastaneda added a commit
to DataDog/datafusion
that referenced
this pull request
May 27, 2026
Bump `substrait` crate from 0.62.2 to 0.63.0 (v0.62.3 was yanked) This substrait bump included: - removing deprecated `extension_uri_reference` fields (use `extension_urn_reference`), removed deprecated `extension_uris` field on `Plan`/`ExtendedExpression` (use `extension_urns`) - Handle new `LambdaParameterReference`, `Lambda`, and `LambdaInvocation` enum variants - Update `UserDefined` literal handling for new `TypeAnchorType` oneof Supersedes apache#20750 (cherry picked from commit 981b5c3) Co-authored-by: Ben Bellick <36523439+benbellick@users.noreply.github.com>
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 freeto 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.
Bump the
substraitcrate from 0.62 to 0.62.3 to pick upRexType::LambdaandRexType::LambdaInvocationvariants, which are needed to support lambda expressions in the substrait consumer/producer (see #18921).API changes adapted:
UserDefined.type_referencereplaced withtype_anchor_typeoneof enumRexType::LambdaandRexType::LambdaInvocationvariants stubbed as not-yet-implemented