Fokko opened a new issue, #1540: URL: https://github.com/apache/iceberg-python/issues/1540
### Feature Request / Improvement Currently, we raise an exception when reading V3 tables. As a first step, we should be able to read V3 tables. An overview can be found here: https://iceberg.apache.org/spec/#version-3 This, for example, entails correctly deserializing the `source-ids`, raising an exception when there is more than one source-id, and then pushing it into `source-id`. This way we can break up the V3 support in PyIceberg into smaller issues, and also unblock other things like the support for deletion vectors: https://github.com/apache/iceberg-python/pull/1516 We should also make sure that we are not yet able to produce V3 tables. -- 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.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