blaginin opened a new pull request, #14685: URL: https://github.com/apache/datafusion/pull/14685
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/14679 ## Rationale for this change `FileScanConfig::new` now also configures source, but this currently without projection set before. And so when `source.with_statistics` is called, it is passed with yet empty `projected_statistics` ## What changes are included in this PR? Setting projection before configuring the source... but should the old method exist? ## Are these changes tested? todo ## Are there any user-facing changes? Potentially, yes -- 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