alamb commented on code in PR #12799:
URL: https://github.com/apache/datafusion/pull/12799#discussion_r1792190479
##########
datafusion/core/src/datasource/physical_plan/parquet/mod.rs:
##########
@@ -459,6 +498,32 @@ impl ParquetExec {
ParquetExecBuilder::new(file_scan_config)
}
+ /// Convert this `ParquetExec` into a builder for modification
+ pub fn into_builder(self) -> ParquetExecBuilder {
+ // list out fileds so it is clear what is being dropped
Review Comment:
Yes they are -- I will make that clear in comments
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]