Skip to content

chore(deps): bump substrait from 0.62 to 0.63.0 - #20876

Merged
milenkovicm merged 3 commits into
apache:mainfrom
benbellick:chore/bump-substrait-0.63.0
Mar 11, 2026
Merged

chore(deps): bump substrait from 0.62 to 0.63.0#20876
milenkovicm merged 3 commits into
apache:mainfrom
benbellick:chore/bump-substrait-0.63.0

Conversation

@benbellick

@benbellickbenbellick commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

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

@github-actionsgithub-actionsBot added the substrait Changes to the substrait crate label Mar 11, 2026
@benbellick
benbellick marked this pull request as ready for review March 11, 2026 18:23
@benbellick

Copy link
Copy Markdown
ContributorAuthor

@milenkovicm The substrait-rs issue has been fixed. If CI looks good on this PR, then please take a look! Thanks :)

@milenkovicmmilenkovicm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heroic effort @benbellick Thanks a lot .
Looks like few issues need fixing, we can merge it after. Not sure you need this in df 53.

@benbellick

Copy link
Copy Markdown
ContributorAuthor

@milenkovicm Nope! Not strictly necessary. Only doing this just to move #18921 along. So I am happy to wait for a bit. Thanks!

@benbellick
benbellickforce-pushed the chore/bump-substrait-0.63.0 branch from 2041a88 to 8523613CompareMarch 11, 2026 20:48
@github-actionsgithub-actionsBot added logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt) labels Mar 11, 2026
@milenkovicm
milenkovicm added this pull request to the merge queueMar 11, 2026
Merged via the queue into apache:main with commit 981b5c3Mar 11, 2026
37 checks passed
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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-exprLogical plan and expressionssqllogictestSQL Logic Tests (.slt)substraitChanges to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@benbellick@milenkovicm