xudong963 commented on code in PR #16086:
URL: https://github.com/apache/datafusion/pull/16086#discussion_r2099919691
##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -55,8 +55,9 @@ pub(super) struct ParquetOpener {
pub limit: Option<usize>,
/// Optional predicate to apply during the scan
pub predicate: Option<Arc<dyn PhysicalExpr>>,
- /// Schema of the output table
- pub table_schema: SchemaRef,
+ /// Schema of the output table without partition columns.
Review Comment:
~~I think they're related to the PR:
https://github.com/apache/datafusion/pull/16133~~
Sorry, I misread @alamb 's message
--
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]