xudong963 commented on code in PR #15647:
URL: https://github.com/apache/datafusion/pull/15647#discussion_r2034692034
##########
datafusion/datasource/src/statistics.rs:
##########
@@ -516,7 +516,7 @@ pub fn compute_file_group_statistics(
/// * The summary statistics across all file groups, aka all files summary
statistics
pub fn compute_all_files_statistics(
file_groups: Vec<FileGroup>,
- file_schema: SchemaRef,
+ table_schema: SchemaRef,
Review Comment:
https://github.com/apache/datafusion/blob/main/datafusion/core/src/datasource/listing/table.rs#L1132
The `self.schema()` is `table_schema`
--
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]