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 It looks like griffe can detect breaking API changes: https://pypi.org/project/griffe/ I think that would be a great idea when we go to the next major...

### Feature Request / Improvement **Can we consolidate and standardize FileIO to the PyArrow implementation?** There are currently two different FileIO implementations, `ARROW_FILE_IO` and `FSSPEC_FILE_IO`. `ARROW_FILE_IO` uses [Apache Arrow's Filesystem...

### Feature Request / Improvement I am trying to understand how the new arrow write API can work with distributed writes similar to spark. I have a use case where...

stale

### Feature Request / Improvement Hi, py-iceberg cannot yet write bloom-filter, would be a great feature, thanks all

### Feature Request / Improvement During testing of 0.7.0rc1, I noticed timestamp downcast errors, introduced as part of https://github.com/apache/iceberg-python/pull/848. I'd like to have a way to programmatically configure timestamp downcast...

Closes #864 Identified in #864, `TableMetadata` is initialized with the default Pydantic object for schema, partition_spec, and sort_order, which does not play well with table updates. Specifically, the `initial_change` field...

### Question I'm looking for a tutorial to make a query on one subfield of a struct field. I scrolled all internet but failed to find a way to do...

### Feature Request / Improvement Add a reference to `apache/iceberg` repo's `site/docs/contribute.md` file to this repo's `mkdocs/docs/contributing.md` file. Include community guideline on contribution, such as https://github.com/apache/iceberg/pull/10780

### Apache Iceberg version main (development) ### Please describe the bug 🐞 An Iceberg table with column type array that has null value is read in as empty list, however,...

### Feature Request / Improvement Hello, The Java API supports performing a table scan for just the incremental changes between two snapshots: https://iceberg.apache.org/javadoc/latest/org/apache/iceberg/IncrementalChangelogScan.html How feasible would it be to support...