iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Apache PyIceberg

Results 402 iceberg-python issues
Sort by recently updated
recently updated
newest added

### Feature Request / Improvement Similar to the Spark metadata table https://iceberg.apache.org/docs/nightly/spark-queries/#metadata-log-entries which uses the `metadata-log` field in the Table's Metadata (See https://iceberg.apache.org/spec/#table-metadata-fields)

### Feature Request / Improvement We currently loop over the manifests of a snapshot often just once. But now when we're compounding the operations (DELETE+APPEND), there is a fair chance...

### Feature Request / Improvement Ciao all, I'm looking for a way to bypass the limited number of supported filters on Pyiceberg without raising an out-of-memory error on my running...

### Apache Iceberg version 0.6.0 (latest release) ### Please describe the bug 🐞 Given a table like so: ``` In [36]: table Out[36]: matches( ... 14: player_last_session: optional timestamptz, ......

### Feature Request / Improvement https://github.com/apache/iceberg/issues/7979 can you please move this bug report here please

### Feature Request / Improvement In the rest catalog client, we implemented the OAuth token refresh based on retry mechanism. https://github.com/apache/iceberg-python/blob/4148edb5e28ae88024a55e0b112238e65b873957/pyiceberg/catalog/rest.py#L126-L128 If multiple calls are made to the REST client...

stale

### Question After examining your documentation, I couldn't locate the methods to list a table's partitions or its data files. Could you please provide relevant examples or consider adding this...

stale

First step towards https://github.com/apache/iceberg-python/issues/579

### Feature Request / Improvement The `Record` class in Typedef should not carry a schema as it does now. This is mostly for testing purposes, but it is very tempting...

stale

### Apache Iceberg version main (development) ### Please describe the bug 🐞 When initializing the GlueCatalog with a specific AWS profile, everything works as it should with catalog operations. But,...