iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
### Feature Request / Improvement The VariantType is a semi-structured type that's part of V3. - Hopefully, the Parquet format will be released soon: https://lists.apache.org/thread/mr8krzdy8qslhhy5zbll53fd2hy6cpwg - Once that's in, I'll...
### Feature Request / Improvement [Iceberg V3](https://iceberg.apache.org/spec/?column-projection#version-3) introduces multi-column transforms that take more than one column as the input. For PyIceberg it would be good to deprecate `source-id` on both...
### Question Does pyiceberg supports Hive metastore exposed over gRPC instead of thrift? we are planning to use GCP's Dataproc metastore as Iceberg's catalog and would like to know the...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Snapshot `OVERWRITE` operation can calculate the wrong summary fields when the table is partially updated. `update_snapshot_summaries` assumes that...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 When accessing Iceberg tables provided by an instance of the [Nessie catalog](https://projectnessie.org/), if remote S3 signing is enabled...
Closes #1784 # Rationale for this change The command order for `pyiceberg list --catalog hive` would raise error; it should be `pyiceberg --catalog hive list`. Now, `pyiceberg list --catalog hive`...
### Question Hello PyIceberg dev I successfully set up lakekeeper as catalog and connect to ADLS gen 2 stoarge I found out table.append takes a long time to finish (2+s)...
### Feature Request / Improvement Java and Python have a different approach here. I don't have all the historical context, but prior to Iceberg V2 tables, there was no such...
### Apache Iceberg version None ### Please describe the bug 🐞 I think it would be great to add support for positional deletes for V2. With Java a lot of...