-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Substrait support for ParquetExec round trip for simple select #10949
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
Conversation
alamb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @xinlifoobar -- this looks great to me!
| select: None, | ||
| maintain_singular_struct: false, | ||
| select: select_struct, | ||
| // FIXME: duckdb set this to true, but it's not clear why. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// fixme: whatever this means
😆
alamb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @xinlifoobar
| under the License. | ||
| --> | ||
|
|
||
| # Apache DataFusion Substrait Test Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
…e#10949) * physical plan support no statistics * implement simple physical plan substrait * fix ci * fix misc * Add README.md for substrait test data
Which issue does this PR close?
Parts of #9347. To close this ticket, at least the translations between substrait types to arrow types translations and statistics support should be added.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
Yes, but substrait for physical plans is not functional yet.