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: add root names to the textplan #76

Merged
merged 7 commits into from
Jun 28, 2023

Conversation

EpsilonPrime
Copy link
Member

Root names are added to both the parser and converter in this PR. The root relation is not being treated as a relation internally and instead is treated merely as annotation containing a list of names. This is primarily because the relation-related codepaths make assumptions that wouldn't apply to the root (such as having a valid Relation proto as its data type).

Root names are added to both the parser and converter in this PR.  The root relation is not being treated as a relation internally and instead is treated merely as annotation containing a list of names.  This is primarily because the relation-related codepaths make assumptions that wouldn't apply to the root (such as having a valid Relation proto as its data type).
Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

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

Can we add one example plan with a root in it for text->binary

@westonpace westonpace merged commit f7a45a6 into substrait-io:main Jun 28, 2023
2 checks passed
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