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

Iceberg-rust Puffin support #744

Open
2 of 8 tasks
fqaiser94 opened this issue Nov 30, 2024 · 1 comment · May be fixed by #714
Open
2 of 8 tasks

Iceberg-rust Puffin support #744

fqaiser94 opened this issue Nov 30, 2024 · 1 comment · May be fixed by #714
Assignees

Comments

@fqaiser94
Copy link
Contributor

fqaiser94 commented Nov 30, 2024

There is increased interest in Iceberg Puffin file format recently.
E.g. Iceberg V3 spec adds support for deletion vectors which are expected to be stored in Puffin files.

As noted on the dev-list, currently, only iceberg-java users are able to read and write Puffin files.
Iceberg-rust itself has zero support for Puffin file format today.
This ticket aims to change that by adding support for Puffin to iceberg-rust and iceberg-python (through exposed bindings).

I have already finished writing a PR to add full support for Puffin to iceberg-rust here: #714
However as that PR is quite large, I am splitting it up into multiple PRs as follows:

@fqaiser94
Copy link
Contributor Author

Can someone assign this ticket to me to avoid confusion?

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

Successfully merging a pull request may close this issue.

1 participant