alamb commented on issue #18909: URL: https://github.com/apache/datafusion/issues/18909#issuecomment-3577810018
Something seems off however, as according to https://datafusion.apache.org/user-guide/configs.html datafusion.execution.collect_statistics | true | Should DataFusion collect statistics when first creating a table. Has no effect after the table is created. Applies to the defaultĀ ListingTableProviderĀ in DataFusion. Defaults to true. -- | -- | -- In other words the statistics should have been gathered as part of the `CREATE TABLE` statement, but they appear to be collected as part of running the first `COUNT(*)` for some reason š¤ -- 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]
