You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
pub
andpub use
annotationsThe text was updated successfully, but these errors were encountered: