chore(deps): bump substrait 0.23.0 -> 0.28.0, protobuf 5.28.3 -> 5.29.6#251
Closed
bvolpato wants to merge 1 commit intosubstrait-io:mainfrom
Closed
chore(deps): bump substrait 0.23.0 -> 0.28.0, protobuf 5.28.3 -> 5.29.6#251bvolpato wants to merge 1 commit intosubstrait-io:mainfrom
bvolpato wants to merge 1 commit intosubstrait-io:mainfrom
Conversation
Bump the substrait Python package from 0.23.0 to 0.28.0 and protobuf from 5.28.3 to 5.29.6 (required by the new substrait package). The substrait package restructured its module paths: the generated protobuf classes moved from substrait.gen.proto.plan_pb2 to substrait.plan_pb2. Updated import paths in datafusion_consumer.py and datafusion_producer.py accordingly.
Member
Author
|
Closing: substrait 0.28.0 and substrait-validator are incompatible — both register |
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.
Summary
Bumps the substrait Python package from
0.23.0to0.28.0and protobuf from5.28.3to5.29.6(required due to protobuf gencode/runtime version compatibility).Changes
requirements.txt: substrait0.23.0→0.28.0, protobuf5.28.3→5.29.6requirements-unlocked.txt: protobuf5.28.3→5.29.6datafusion_consumer.py:substrait.gen.proto.plan_pb2→substrait.plan_pb2(module path restructured in new version)datafusion_producer.py: same import path updateTesting
Verified imports work correctly with the new package versions.