kevinjqliu commented on issue #1223:
URL: 
https://github.com/apache/iceberg-python/issues/1223#issuecomment-2400356510

   This is a great idea! We should leverage Iceberg's robust metadata whenever 
possible. 
   
   As mentioned, this would be a specific optimization for querying Iceberg 
table under specific circumstances. 
   
   There are some prior art in this optimization. Trino has implemented it for 
`count(*)` and reading only partition columns. See 
[trino/#19303](https://github.com/trinodb/trino/pull/19303). 
   Min/Max is also discussed in [trino/#10974
   ](https://github.com/trinodb/trino/issues/10974) 


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

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