adriangb commented on code in PR #15057: URL: https://github.com/apache/datafusion/pull/15057#discussion_r2093694833
########## datafusion/datasource-parquet/src/opener.rs: ########## @@ -55,8 +57,8 @@ 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 file as far as the rest of the system is concerned. + pub logical_file_schema: SchemaRef, Review Comment: I think this rename is worth it - there's been constant confusion even amongst maintainers about this. And this is only public for internal use. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org