Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reading V3 tables #1540

Open
Fokko opened this issue Jan 20, 2025 · 0 comments
Open

Support reading V3 tables #1540

Fokko opened this issue Jan 20, 2025 · 0 comments
Assignees

Comments

@Fokko
Copy link
Contributor

Fokko commented Jan 20, 2025

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: #1516 We should also make sure that we are not yet able to produce V3 tables.

@Fokko Fokko self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant