xudong963 commented on code in PR #15852: URL: https://github.com/apache/datafusion/pull/15852#discussion_r2062952007
########## datafusion/datasource/src/file_groups.rs: ########## @@ -421,7 +421,7 @@ impl FileGroup { } /// Get the statistics for this group - pub fn statistics(&self) -> Option<&Statistics> { + pub fn statistics_ref(&self) -> Option<&Statistics> { Review Comment: Yes, that's fair -- 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