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: 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

Reply via email to