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

feat: implement cast op for Cast expression #76

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

ingomueller-net
Copy link
Collaborator

This PR depends on and, therefor, includes #75.

This PR implements the cast op, which corresponds to the Cast expression in Substrait. This is one of the few remaining message types we need to support to get a first TPC-H query round-tripped.

@ingomueller-net
Copy link
Collaborator Author

ingomueller-net commented Jan 31, 2025

For lack of other place to keep track of this, the following message types/fields are still missing for the plan of TPC-H Q6 of Isthmus:

@dshaaban01: you may also find that interesting.

This PR implements the `cast` op, which corresponds to the `Cast`
expression in Substrait. This is one of the few remaining message types
we need to support to get a first TPC-H query round-tripped.
@ingomueller-net ingomueller-net merged commit c89d441 into substrait-io:main Feb 7, 2025
7 checks passed
@ingomueller-net ingomueller-net deleted the cast-expr branch February 7, 2025 07:33
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.

2 participants