iandw opened a new issue, #16622: URL: https://github.com/apache/iceberg/issues/16622
### Feature Request / Improvement Let's suppose you have a table partitioned on a column called `utc_date`. If a user runs a query to get something like: ``` select min(utc_date) FROM foo ``` It should be smart enough to recognize that this query doesn't need to actually scan any data, but rather just get the minimum partition with data available in it. It shouldn't take long to run, it should behind the scenes just get the minimum partition available. ### Query engine None ### Willingness to contribute - [ ] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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]
