fallintoplace opened a new issue, #1703: URL: https://github.com/apache/iceberg-go/issues/1703
I noticed that currently supports the history and snapshots metadata tables, but not the other metadata tables described in Iceberg's documentation.\n\nThis issue is just to keep the related work together:\n\n- refs: #1695\n- metadata_log_entries: #1696\n- manifests: #1697\n- data_files: #1698\n- delete_files: #1699\n- entries: #1700\n- partitions: #1701\n\nThe PR has shared code used by some of the other tables, so I think it should land first. The dependent PRs can then be rebased and reviewed with smaller diffs.\n\nReferences:\n\n- [Iceberg table specification](https://iceberg.apache.org/spec/)\n- [Metadata table examples and columns](https://iceberg.apache.org/docs/latest/spark-queries/)\n- [Java metadata table types](https://iceberg.apache.org/javadoc/latest/org/apache/iceberg/MetadataTableType.html)\n\nOther metadata tables can be added here later. -- 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]
