Skip to content

fix(deps): update datafusion ecosystem#163

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datafusion-ecosystem
Open

fix(deps): update datafusion ecosystem#163
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datafusion-ecosystem

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 10, 2026

This PR contains the following updates:

Package Type Update Change
datafusion (source) dependencies major 50.353.0
deltalake dependencies minor 0.29.40.32.0
object_store dependencies minor 0.120.13

Release Notes

apache/datafusion (datafusion)

v53.1.0

Compare Source

v53.0.0

Compare Source

v52.5.0

Compare Source

v52.4.0

Compare Source

v52.3.0

Compare Source

v52.2.0

Compare Source

v52.1.0

Compare Source

v52.0.0

Compare Source

v51.0.0

Compare Source

delta-io/delta.rs (deltalake)

v0.32.3

Full Changelog

Merged pull requests:

v0.32.2

Full Changelog

Closed issues:

  • [Bug]: DynamoDB setup instruction in docs #​4452
  • [Feature]: Support passing datatypes other than string in custom_metadata in CommitProperties from python #​4443
  • [Bug]: can't change partition column by overwriting table #​4434
  • [Bug]: Python 1.5.1 MERGE regression: small source batch uses substantially more RSS than 1.5.0 #​4422
  • [Bug]: python import deltalake crashes on linux kerner with 64KB page size #​4413
  • [Bug]: Clarification (or regression) dataSkippingNumIndexedCols #​4398

Merged pull requests:

v0.32.1

Full Changelog

Closed issues:

  • [Bug]: Regression in 1.5.1: schema_mode='overwrite' with predicate fails for mixed-case column names (utcDate) #​4404
  • [Bug]: update_incremental() and transaction_version() hold the GIL for the entire S3 round-trip #​4402
  • [Feature]: Build Musl arm64 wheels #​4392
  • [Bug]: deltalake_catalog_unity failes to list catalogs #​4360
  • [Bug]: UnityCatalogFactory::parse_url_opts only allows unity-specific options #​4225

Merged pull requests:

v0.32.0

Full Changelog

Implemented enhancements:

  • feature: Add post_commithook_properties to DeltaTable.restore #​4251
  • Create deltalake-engine crate based off arrow engine #​4133

Fixed bugs:

  • [Bug]: DeltaScan ignores DeltaScanConfig::schema unlike old DeltaTableProvider #​4306
  • bug: Streamed merge loses file pruning for string partition IN (...) predicates #​4301

Closed issues:

  • [Bug]: append fails when generated column uses TRUNC #​4386
  • [Bug]: num_deleted_rows is 0 for partition-only DELETEs #​4379
  • [Bug]: DeltaTable.to_pyarrow_dataset() hangs indefinitely with moto S3 mock (regression in 1.3.2) #​4362
  • [Bug]: Number of deleted rows incorrect when table had "enableChageDataFeed" set to true #​4353
  • [Bug]: MERGE on partitioned table produces duplicate rows when partition value contains a space #​4352
  • Datafusion/Arrow/Delta Kernel Upgrade #​4344
  • [Bug]: intermittent S3 integration test failures in CI #​4332
  • [Bug]: az:// URL scheme causes path inconsistency between log store and kernel, leading to 'version already exists' errors on Azure #​4320
  • Documentation for Remove::data_change does not match spec #​4317
  • [Bug]: Wrong log store registry for file:// schema #​4316
  • [Bug]: Insertion Order not maintained when compacting #​4310
  • [Bug]: DeltaScan scan includes file column although it's not projected #​4307
  • [Bug]: Unable to write on GCP bucket in S3 compatibility mode #​4303
  • [Bug]: merge_schema=True fails on first merge into fresh table partitioned by string column #​4298
  • Deduplicate _last_checkpoint parsing in deltalake-core #​4294
  • Inconsistent i64/u64 usage for defining versions #​4293
  • [Bug]: 1.5.0 regression a partitioned Delta table with existing data and a merge into it with merge_schema: True #​4292
  • [Bug]: Vacuuming FULL after compaction potentially removes data files preventing time travel #​4290
  • [Bug]: Vacuuming with keep_versions requires versions to be in sorted order #​4286
  • bug: same version snapshot update doesn't adopt checkpoint written later #​4280
  • Re-use stored state in EagerSnapshot #​4269
  • [Bug]: Datafusion not reading all partitions on Linux machine #​4268
  • [Feature]: CommitData::new should respect "clientVersion" from app_metadata #​4263
  • delta_kernel 0.20 upgrade #​4256
  • [Feature]: add some changelog content to the docs #​4253
  • feature: make commit control args keyword only across mutating APIs #​4252
  • Passing cert file in python storage_options #​4246
  • [Bug]: After lazy writes, writing large files fails #​4229
  • [Bug]: deltalake get_add_actions not exposing bool min/max #​4224
  • [Bug]: slack link in issue #​4214

v0.31.1

Full Changelog

Implemented enhancements:

  • Use batched delete in DeltaStorageHandler.delete_dir #​4243
  • [Feature]: refactor DeltaDataSink to go through delta writer builder #​4189

Fixed bugs:

  • [Bug]: Read delta table from s3 directory bucket #​4136

Closed issues:

  • [Bug]: update_incremental is not incremental #​4276
  • [Bug]: pub fn create_add signature includes types that are not pub use #​4273
  • [Feature]: Support for Writing to Delta Tables with Identity Columns in delta-rs #​4237
  • [Bug]: Python delection_vectors() truncates bool list. #​4235
  • [Feature]: Vacuum Lite to avoid unnecessary file listing #​4228
  • [Feature]: Write incrementally to table when merging #​4217
  • [Feature]: change existing table's enableChangeDataFeed configuration to be updated to True #​4216
  • [Bug]: Contributing guide could be improved #​4213
  • [Docs]: usage/appending-overwriting-delta-lake-table has broken language tabs #​4200
  • [Bug]: s3-native-tls feature still brings aws-lc-rs dependency #​4170
  • bug: generated column expr fails when SchemaMode::Merge would add referenced column #​4169
  • [Bug]: create_write_transaction no longer overwrites partitions #​4126

v0.31.0

Full Changelog

Implemented enhancements:

  • update_datafusion_session has the wrong order of arguments #​4139

Closed issues:

  • [Bug]: write_deltalake with schema_mode="merge" drops generated column metadata #​4186
  • [Bug]: is_deltatable creates paths for non existing delta table location #​4175
  • [Bug]: Rust CdfLoadBuilder.build function is crate private and prohibits using feature #​4160
  • Expose deletion vectors information to Python #​4159
  • [Bug]: polars.DataFrame.write_delta() failing for unknown argument 'schema' #​4157
  • [Bug]: Delete regression in 1.4.0: partition‑only predicate removes too few files #​4149
  • [Bug]: Unity Catalog Azure credentials error #​4129

Merged pull requests:

v0.30.2

Full Changelog

Fixed bugs:

  • [Bug]: DeltaTable.delete fails during equality comparison with a string #​4125

Closed issues:

  • [Bug]: write_deltalake errors on missing nullable columns without generation expressions #​4156
  • Bug Report: Nested Tokio Runtime Panic in write_deltalake #​4147
  • [Bug]: Segmentation fault when registering table to datafusion session #​4135
  • [Bug]: slack link no longer active #​4118

v0.30.1

Full Changelog

v0.30.0

⚠️ There are a number of API changes between 0.30.x and 0.29.4, but we expect to see better performance as a result!

Full Changelog

Merged pull requests:

Fixed bugs:

  • Asked to increase max_temp_directory_size in the disk manager configuration when optimizing large table #​3833

Closed issues:

  • [Bug]: Count / get_add_actions exception for an empty table #​4023
  • [Bug]: MERGE with schema evolution does not add new columns #​4009
  • [Bug]: vacuum does not respect retention_hours when full=True #​3989
  • [Bug]: write table by FFI call from go may memory leak? #​3973
  • [Bug]: Table merging fails with merge_schema=True #​3943
  • [Bug]: _internal.DeltaError: Generic DeltaTable error: Unable to map __delta_rs_path to action during overwrite with predicate #​3939
  • [Feature]: update to DataFusion 51.0.0 #​3920
  • [Bug]: get_add_actions() panics with "index out of bounds" when table has no data files #​3918
  • [Bug]: Docs describe partition_filters parameter to write_deltalake that doesn't exist #​3904
  • [Feature]: split delta-rs into multiple crates #​3899
  • [Feature]: Drop python 3.9 support once EOL #​3886
  • [Bug]: PyPi storage limit hit for deltalake [python releases blocked for time-being] #​3876
apache/arrow-rs-object-store (object_store)

v0.13.2

Compare Source

Full Changelog

Implemented enhancements:

  • Path::join(Self, &PathPart) -> Self #​665
  • Support for AWS Encryption Client encryption #​647
  • LocalFileSystem: use read_at instead of seek + read #​622
  • Avoid reading metadata for LocalFileSystem::read_ranges (and other methods) #​614
  • expose Inner from HttpRequestBody #​606
  • Release object store 0.13.1 (maintenance) - Target Jan 2026 #​598
  • Support AWS_ENDPOINT_URL_S3 in aws backend #​589
  • Release object store 0.12.5 (maintenance) - Target Dec 2025 #​582
  • Support upper-case configuration options in parse_url_opts #​529
  • object_store: Support {az,abfs,abfss}://container@account.blob.{core.windows.net,fabric.microsoft.com} URLs #​430
  • Support Transfer-Encoding: chunked responses in HttpStore #​340
  • Use reconstructed ListBlobs marker to provide list offset support in MicrosoftAzure store #​461

Fixed bugs:

  • Azure Fabric: Unsigned integer underflow when fetching token causes integer overflow panic #​640
  • Error body missing for 5xx errors after retry exhausted #​617
  • Heavy contention on credentials cache #​541
  • AWS/S3 Default Headers are not considered for signature calculation #​484
  • az:// <container> not work as expected #​443

Performance improvements:

  • Preallocate single Vec in get_ranges for LocalFilesystem #​634
  • Use platform specific read_at when available #​628 (AdamGS)
  • Avoid metadata lookup for LocalFileSystem::read_ranges and chunked_stream #​621 (Dandandan)

Closed issues:

  • [Security Alert] Exposed API key(s) detected: AWS Access Key #​659
  • AWS S3 token expired on multi-threaded app with Arc usage #​655
  • Emulator tests fail in CI due to an unsupported service version header in Azurite #​626

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.13.1

Compare Source

v0.13.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) February 10, 2026 12:56
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from d843a53 to f2828a7 Compare February 10, 2026 13:01
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from f2828a7 to 6eaebba Compare February 18, 2026 02:08
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from 6eaebba to 9210be7 Compare February 26, 2026 18:57
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from 9210be7 to 495d5e9 Compare March 6, 2026 01:05
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from 495d5e9 to 70df686 Compare March 14, 2026 00:56
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch 2 times, most recently from 39296f0 to ce34c24 Compare March 26, 2026 21:07
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch 2 times, most recently from c00e4c1 to d92df62 Compare April 17, 2026 02:39
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from d92df62 to dffd696 Compare April 22, 2026 01:54
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from dffd696 to 9157d92 Compare May 28, 2026 23:53
@renovate renovate Bot force-pushed the renovate/datafusion-ecosystem branch from 9157d92 to ea04af0 Compare June 7, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants