Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps pyiceberg[pyarrow,sql-sqlite] from 0.8.1 to 0.9.1.

Release notes

Sourced from pyiceberg[pyarrow,sql-sqlite]'s releases.

PyIceberg 0.9.1

What's Changed

Full Changelog: apache/iceberg-python@pyiceberg-0.9.0...pyiceberg-0.9.1

PyIceberg 0.9.0

Full Changelog: pyiceberg-0.8.0...pyiceberg-0.9.0

There have been 243 new commits since the last minor release, 0.8.0, including 148 commits from various contributors and 95 from Dependabot. This release features contributions from 63 unique contributors, including 33 first-time contributors.

What's Changed

New Features

  • Introduced the capability to perform UPSERT operations on their table directly within PyIceberg.
  • Added support for dynamic overwrites as an optimization when an entire partition is replaced.
  • Implemented namespace_exists functionality for the REST catalog.
  • Extended the table updates to include new remove-snapshot-ref and remove-snapshot action
  • Added view_exists method to the REST catalog as a part of the effort to add view support to the REST Catalog.
  • Implemented support for Alibaba OSS protocol in PyArrowFileIO
  • Introduced read support for the Iceberg V3 spec.
  • Added support for Location Providers for tables which includes the ObjectStoreLocationProvider and also enables for custom write paths for both data and metadata.
  • Extended S3FileIO operations to allow for cross region read support.
  • Introduced support to convert Iceberg table scan to polars DataFrame and LazyFrame.
  • Added support for the all_manifests metadata table.
  • Implemented support for writes to bucket partitioned tables.
  • Added automatic metadata cleanup to iceberg tables via write.metadata.delete-after-commit.enabled.
  • Introduced syntactic sugar for and and or operations in filters.
  • Implemented configurable S3 request timeout settings for better performance tuning.
  • Add support to use apache/iceberg-rest-fixture image for integration tests
  • Introduced support to update table statistics

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 13, 2025
@github-actions github-actions bot enabled auto-merge June 13, 2025 14:19
@drgroot
Copy link
Member

drgroot commented Jul 31, 2025

@dependabot rebase

Bumps [pyiceberg[pyarrow,sql-sqlite]](https://github.com/apache/iceberg-python) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/apache/iceberg-python/releases)
- [Commits](apache/iceberg-python@pyiceberg-0.8.1...pyiceberg-0.9.1)

---
updated-dependencies:
- dependency-name: pyiceberg[pyarrow,sql-sqlite]
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyiceberg-pyarrowsql-sqlite--0.9.1 branch from 3a9a7b3 to 7b830ba Compare July 31, 2025 12:25
@drgroot drgroot closed this Jul 31, 2025
auto-merge was automatically disabled July 31, 2025 23:47

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@drgroot drgroot deleted the dependabot/pip/pyiceberg-pyarrowsql-sqlite--0.9.1 branch July 31, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants