Fokko Driesprong
Fokko Driesprong
### Feature Request / Improvement Python 3.12 has been prereleased, and it would be good to support it: https://www.python.org/downloads/ Migrated from https://github.com/apache/iceberg/issues/8499
To add the ability to filter on specific components. The list of labels is probably not exhaustive, but is a first start.
### Feature Request / Improvement Support partitioned writes So I think we want to tackle the static overwrite first, and then we can compute the predicate for the dynamic overwrite...
### Feature Request / Improvement Migrated from https://github.com/apache/iceberg/issues/6973
### Feature Request / Improvement Once we get support for merge-append https://github.com/apache/iceberg-python/pull/363 operations, and also compaction in the future, it would be good to have rolling-manifest writers that open a...
### 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...
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...
### Feature Request / Improvement Today we only support full deletes (overwrite). Supporting partial deletes can be achieved at several places in Iceberg: - Pure delete operations: - Deleting a...
### Feature Request / Improvement We fail when we see a sort order, it would be great if we could sort+write the data based on the sort-order.