-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
API from ParquetExec
to ParquetExecBuilder
#12799
Conversation
fyi @NGA-TRAN |
ParquetExec
to ParquetExecBuilder
ParquetExec
to ParquetExecBuilder
@@ -479,9 +544,15 @@ impl ParquetExec { | |||
self.pruning_predicate.as_ref() | |||
} | |||
|
|||
/// return the optional file reader factory |
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.
I added this API for completeness
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.
Nice. Thanks @alamb
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.
👍
Co-authored-by: Nga Tran <[email protected]>
Thanks again @jayzhan211 and @NGA-TRAN |
Which issue does this PR close?
Closes #12737
Closes #12726
Rationale for this change
See #12737 for rationale (basically many times we manipulate a
ParquetExec
downstream we end up needing to create a builder from an existingParquetExec
What changes are included in this PR?
Changes:
ParquetExec::into_builder()
methodAre these changes tested?
Yes
Are there any user-facing changes?
New API and Docs