xudong963 commented on code in PR #17381: URL: https://github.com/apache/datafusion/pull/17381#discussion_r2328583054
########## datafusion/common/src/stats.rs: ########## @@ -391,62 +391,85 @@ impl Statistics { /// parameter to compute global statistics in a multi-partition setting. pub fn with_fetch( mut self, - schema: SchemaRef, + _schema: SchemaRef, Review Comment: I incline to make it break in the PR. -- 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