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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to