pp-akursar commented on issue #24: URL: https://github.com/apache/iceberg-python/issues/24#issuecomment-1972048447
I was looking for something comparable to spark's [partitions](https://iceberg.apache.org/docs/latest/spark-queries/#partitions) metadata table, which lets me do something like this SELECT partition, last_updated_snapshot_id, last_updated_at FROM prod.db.table.partitions WHERE partition.foo='bar' to determine if and when a partition was updated, and came across this issue. It sounds like this could be provided by this Feature Request if it includes a ManifestReader with filtering features like the linked code in legacy_python. Is that correct? If not, I will try to raise as a separate issue. -- 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