iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
Bumps [pyarrow](https://github.com/apache/arrow) from 19.0.1 to 20.0.0. Release notes Sourced from pyarrow's releases. Apache Arrow 20.0.0 Release Notes URL: https://arrow.apache.org/release/20.0.0.html Apache Arrow 20.0.0 RC2 Release Notes: Release Candidate: 20.0.0 RC2 Apache...
### Apache Iceberg version 0.9.0 (latest release) ### Please describe the bug 🐞 Hi team :) I had a problem writing an Iceberg table to GCS via the JDBC catalog,...
# Rationale for this change Adds `validation_history` that will be used in support of https://github.com/apache/iceberg-python/issues/819 Also adds `ancestors_between`. Based off of the java implementation but we will likely want changes...
# Rationale for this change #1669 made the change to infer the type when reading, and not default pyarrow data types to the large type. Originally, default to large type...
Implements below metadata table from - https://github.com/apache/iceberg-python/issues/1053 - `all_files` - `all_data_files` - `all_delete_files` Refactored code for files metadata for better reusability
## Summary This PR Closes issue #516 by implementing support for the `ExpireSnapshot` table metadata action. ## Rationale The `ExpireSnapshot` action is a core part of Iceberg’s table maintenance APIs....
### Feature Request / Improvement How difficult or feasible would it be to enable support for native Pydantic schemas that automatically map to the underlying pyiceberg types etc? e.g. I...
### Apache Iceberg version None ### Please describe the bug 🐞 [python-ci.yml](https://github.com/apache/iceberg-python/blob/main/.github/workflows/python-ci.yml) and [python-integration.yml](https://github.com/apache/iceberg-python/blob/main/.github/workflows/python-integration.yml) are essentially testing the same things. The former runs `make test-coverage` The latter runs `make test-integration`,...
### Feature Request / Improvement You can refer this PR #1251 ( @sungwy @kevinjqliu )
This PR adds functionality to replace a table's sort order. Closes #1245 Some basic tests are implemented but need to be expanded. Currently, a new sort order ID is assigned....