Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle missing expression type in protobuf import correctly #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ingomueller-net
Copy link
Collaborator

This PR fixes the handling of Expression protobuf messages that do not of the expression type set. Such a message would be invalid Substrait but valid protobuf, so the import logic has to be able to handle that case gracefully. The PR now has a dedicated case for that case.

This PR fixes the handling of `Expression` protobuf messages that do not
of the `expression` type set. Such a message would be invalid Substrait
but valid protobuf, so the import logic has to be able to handle that
case gracefully. The PR now has a dedicated `case` for that case.

Signed-off-by: Ingo Müller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant