iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
### Feature Request / Improvement Hi Everyone! Is there any reason why manylinux_2_34_aarch64 wheel has not been built? Can we add it? Reason: pyiceberg/avro/decoder_fast.pyi is not compiling in slim ARM/Linux...
Closes #685. # Rationale for this change Reopens PR #687 that adds a Snowflake Catalog that was closed. I addressed comments and applied some additional changes based on errors found...
Fixes #1372 Add Python version 3.13 to matrix.
### Feature Request / Improvement Given the issue #1759 I tried instead writing smaller amounts of rows but also wanted a guarantee that all rows would be upserted. Tried wrapping...
# Rationale for this change Testing out to use Iceberg Rust for all of the transforms. I think we have some rounding error in https://github.com/apache/iceberg-rust/pull/1128/ # Are these changes tested?...
### Feature Request / Improvement Context: https://github.com/apache/iceberg-python/pull/1614#issuecomment-2641089912 Copying the comment over: Separately, rather than adding more library-specific conversion code, it might make sense for pyiceberg to start leveraging the [PyCapsule...
### Feature Request / Improvement Blocked by https://github.com/apache/iceberg-python/pull/1770
### Feature Request / Improvement I think we should wait until this gets added to Arrow: https://github.com/apache/arrow/issues/45522
### Feature Request / Improvement When PyIceberg rewrites manifests, it needs to be aware of the row-lineage and materialize the column in the data file.