iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
WIP - [x] initial skeleton - [ ] clean expired files - [ ] write tests
### Question I am running iceberg in a dockerized environment and using rest catalog and storing table details as parquet file using pyarrow on a local minIO server under the...
### Feature Request / Improvement Define constants for the table format version, for V1, V2, and future V3 table versions. Many places refer to the constant `1` and `2` as...
WIP - will be ready to review once rollback PR 758 is merged into main.
### Feature Request / Improvement We should ensure consistency in catalog behaviors for all implementations. Currently, we have a few different catalog implementations (dynamodb, glue, hive, rest, and sql). Each...
Implements: https://github.com/apache/iceberg-python/issues/271
Support `remove_branch`and `remove_tag` snapshot management APIs. See more [here](https://iceberg.apache.org/docs/nightly/java-api-quickstart/?h=remove+tag#removing-branches-and-tags).
### Feature Request / Improvement Related to https://github.com/apache/iceberg-python/issues/830 (reproducer included) Creating a iceberg table using an arrow table that contains an unsupported type (such as date64). The resultant message is...
### Apache Iceberg version 0.6.0 (latest release) ### Please describe the bug 🐞 Hi, I just identified the bug when I was trying to do some tests with our AWS...
### Question Hi, Can anyone share examples of using pyiceberg with a kerberized hive metastore? ``` raise TTransportException(type=TTransportException.END_OF_FILE, thrift.transport.TTransport.TTransportException: TSocket read 0 bytes ``` same question posted here - https://github.com/apache/iceberg/issues/6229...