Shekharrajak commented on issue #13079:
URL: https://github.com/apache/iceberg/issues/13079#issuecomment-2893039302

   @RussellSpitzer , I need to find out through schema for the partitions keys 
and then map it into the query. For example I have partition key as 
`dt=<>/hhmm=<>` then I need to check schema for the query `SELECT * FROM 
prod.db.table.partitions;` and get the partition columns are dt and hhmm then 
my query would be `SELECT partition.dt, partition.hhmm FROM 
prod.db.table.partitions;`


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