jiangzhx commented on issue #5444:
URL: 
https://github.com/apache/arrow-datafusion/issues/5444#issuecomment-1451815153

   more and more research.
   
   
https://github.com/apache/arrow-datafusion/blob/f68214dc6553ede5f23ba54cac6150f4c1e18e8c/datafusion/core/src/physical_optimizer/aggregate_statistics.rs#L176-L180
   
   look like the reason is :
   `alltypes_plain.parquet`                          data without stats.
   `alltypes_plain.alltypes_tiny_pages`     data with stats.
   
   so AggregateStatistics will work with `alltypes_plain.alltypes_tiny_pages`  
not work with `alltypes_plain.parquet`     


-- 
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]

Reply via email to