Skip to content

chore(deps): bump substrait from 0.62 to 0.62.3#20750

Draft
benbellick wants to merge 1 commit intoapache:mainfrom
benbellick:chore/bump-substrait-0.62.3
Draft

chore(deps): bump substrait from 0.62 to 0.62.3#20750
benbellick wants to merge 1 commit intoapache:mainfrom
benbellick:chore/bump-substrait-0.62.3

Conversation

@benbellick
Copy link
Contributor

Bump the substrait crate from 0.62 to 0.62.3 to pick up RexType::Lambda and RexType::LambdaInvocation variants, which are needed to support lambda expressions in the substrait consumer/producer (see #18921).

API changes adapted:

  • UserDefined.type_reference replaced with type_anchor_type oneof enum
  • New RexType::Lambda and RexType::LambdaInvocation variants stubbed as not-yet-implemented

@github-actions github-actions bot added the substrait Changes to the substrait crate label Mar 6, 2026
@benbellick benbellick force-pushed the chore/bump-substrait-0.62.3 branch 2 times, most recently from 4d0380c to 612b0c8 Compare March 6, 2026 19:01
@benbellick benbellick force-pushed the chore/bump-substrait-0.62.3 branch from 612b0c8 to 44fbfe2 Compare March 9, 2026 16:59
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Mar 9, 2026
Adapt 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
@milenkovicm
Copy link
Contributor

this is duplicate of #20785

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Mar 9, 2026
pbjson-types = { version = "0.8.0" }
prost = { workspace = true }
substrait = { version = "0.62", features = ["serde"] }
substrait = { version = "0.62.3", features = ["serde"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants