Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deltalake from 0.19.0 to 0.22.3 #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps deltalake from 0.19.0 to 0.22.3.

Release notes

Sourced from deltalake's releases.

python-v0.22.3

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.2...python-v0.22.3

python-v0.22.2: QueryBuilder

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.1...python-v0.22.2

python-v0.22.1

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.0...python-v0.22.1

python-v0.22.0

What's Changed

... (truncated)

Changelog

Sourced from deltalake's changelog.

Changelog

rust-v0.20.1 (2024-09-27)

Full Changelog

Implemented enhancements:

  • Allow to specify Azurite hostname and service port as backend #2900
  • docs section usage/Managing a table is out of date w.r.t. optimizing tables #2891
  • generate more sensible row group size #2545

Fixed bugs:

  • Cannot write to Minio with deltalake.write_deltalake or Polars #2894
  • Schema Mismatch Error When appending Parquet Files with Metadata using Rust Engine #2888
  • Assume role support has been broken since 2022 🤣 #2879
  • z-order fails on table that is partitioned by value with space #2834
  • "builder error for url" when creating an instance of a DeltaTable which is located in an azurite blob storage #2815

Closed issues:

  • delta-rs can't write to a table if datafusion is not enabled #2910

rust-v0.20.0 (2024-09-18)

Full Changelog

Fixed bugs:

  • DeltaTableBuilder flags ignored #2808
  • Require files in config is not anymore used to skip reading add actions #2796

Merged pull requests:

  • feat: improve AWS credential loading between S3 and DynamoDb code paths #2887 (rtyler)
  • feat: add support for pyarrow.ExtensionType #2885 (fecet)
  • fix: conditionally disable enable_io non-unix based systems #2884 (hntd187)
  • docs: fix typo in delta-lake-dagster #2883 (jessy1092)
  • fix: pin broken dependencies and changes in 0.19.1 #2878 (rtyler)
  • chore: cleanup codecov defaults #2876 (rtyler)
  • fix: prepare the next 🦀 release with fixed version ranges #2875 (rtyler)
  • chore: exclude parquet from dependabot as well #2874 (rtyler)
  • chore: attempt to ignore all dependabot checks for arrow and datafusion #2870 (rtyler)
  • fix(rust): scan schema fix for predicate #2869 (sherlockbeard)
  • chore: rearrange github actions a bit #2868 (rtyler)
  • fix: set put mode to overwrite in mount backend #2861 (ion-elgreco)
  • fix: pin the build-dependencies for Python to a slightly older vendored openssl #2856 (rtyler)
  • fix: escaped columns in dataskippingstatscolumns #2855 (ion-elgreco)
  • fix: re-enable optional old casting behavior in merge #2853 (ion-elgreco)

... (truncated)

Commits
  • 98f8b0b chore: bump to 0.22.3 for another release
  • 0eca716 fix: add null checks when working with structs
  • 0d6a8a9 fix: prevent attempting to read empty DVInfo
  • 9a9cfca chore: add more robust regression tests for the checkpoint related failure(s)
  • ba671c9 chore: missed a version update!
  • e83edcf chore: bump for another python and core release
  • ef0252d chore: add some more documentation to the new QueryBuilder interface
  • fdc1a0a Implement query builder
  • a1c37b7 fix: add nullability check in deltachecker
  • 1083c8c chore: bump key versions for the upcoming 0.22.1 release
  • Additional commits viewable in compare view

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)

Bumps [deltalake](https://github.com/delta-io/delta.rs) from 0.19.0 to 0.22.3.
- [Release notes](https://github.com/delta-io/delta.rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@rust-v0.19.0...rust-v0.22.3)

---
updated-dependencies:
- dependency-name: deltalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants