gruuya opened a new issue, #869: URL: https://github.com/apache/iceberg-rust/issues/869
At present the two key DataFusion interfaces for Iceberg lack statistics information, as they rely on default (i.e. missing/unknown) implementations for `TableProvider::statistics` and `ExecutionPlan::statistics`. These can be quite important (particularly the later one) during join planning, as DataFusion uses a number of heuristics that are based on these stats when planning joins, and so they can impact performance. -- 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]
