Skip to content

chore(deps): bump the datafusion group with 8 updates - #3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/datafusion-4ce0a1a184
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/datafusion-4ce0a1a184

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Bumps the datafusion group with 8 updates:

Package From To
arrow-arith 58.3.0 59.2.0
arrow-array 58.3.0 59.2.0
arrow-buffer 58.3.0 59.2.0
arrow-schema 58.3.0 59.2.0
datafusion 54.0.0 54.1.0
datafusion-datasource 54.0.0 54.1.0
datafusion-datasource-parquet 54.0.0 54.1.0
object_store 0.13.2 0.14.1

Updates arrow-arith from 58.3.0 to 59.2.0

Release notes

Sourced from arrow-arith's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-arith's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-array from 58.3.0 to 59.2.0

Release notes

Sourced from arrow-array's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-array's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-buffer from 58.3.0 to 59.2.0

Release notes

Sourced from arrow-buffer's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-schema from 58.3.0 to 59.2.0

Release notes

Sourced from arrow-schema's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

  • fix(arrow-schema): Persist dictionary ordered flag on FFI schema import by @​borchero in #10514
  • fix(arrow-json): validate ListView child nullability by @​dk3yyyy in #10486
  • fix(arrow-json): validate map value nullability by @​subotac in #10475
  • avro: bound VLQDecoder::long against overlong varints by @​STiFLeR7 in #10407
  • arrow-row: Fix decode_fixed_size_list to apply the corrected_type step for dictionary children by @​zhuqi-lucas in #10414
  • [Variant] make value mandatory field for VariantArray/ShreddingState by @​sdf-jkl in #10318
  • fix off by one error for slice accounting by @​Rich-T-kid in #10406
  • fix: GenericByteViewArray::gc() drops inline views on the multi-buffer slow path by @​adriangb in #10287
  • fix(arrow-json): render coerced f32 as its value in the string decoder by @​hareshkh in #10386
  • fix(arrow-cast): make b64_encode reject invalid UTF-8 from misbehaving Engine impls by @​bit2swaz in #10324
  • fix: take FFI_ArrowArrayStream errno values from libc by @​fornwall in #10299
  • fix(arrow-data): allow full dictionary key range when concatenating by @​raphaelroshan in #10323
  • Don't panic on invalid c ffi schema name by @​robert3005 in #10328
  • fix(REE): check upfront if sorting empty array or 0 limit by @​Jefffrey in #10293
  • fix(arrow-avro): bound untrusted OCF block size and item counts by @​miniex in #10237
  • fix(arrow-array): disallow creating MapArrayDescription has been truncated

Bumps the datafusion group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [arrow-arith](https://github.com/apache/arrow-rs) | `58.3.0` | `59.2.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `58.3.0` | `59.2.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `58.3.0` | `59.2.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `58.3.0` | `59.2.0` |
| [datafusion](https://github.com/apache/datafusion) | `54.0.0` | `54.1.0` |
| [datafusion-datasource](https://github.com/apache/datafusion) | `54.0.0` | `54.1.0` |
| [datafusion-datasource-parquet](https://github.com/apache/datafusion) | `54.0.0` | `54.1.0` |
| [object_store](https://github.com/apache/arrow-rs-object-store) | `0.13.2` | `0.14.1` |


Updates `arrow-arith` from 58.3.0 to 59.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@58.3.0...59.2.0)

Updates `arrow-array` from 58.3.0 to 59.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@58.3.0...59.2.0)

Updates `arrow-buffer` from 58.3.0 to 59.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@58.3.0...59.2.0)

Updates `arrow-schema` from 58.3.0 to 59.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@58.3.0...59.2.0)

Updates `datafusion` from 54.0.0 to 54.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@54.0.0...54.1.0)

Updates `datafusion-datasource` from 54.0.0 to 54.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@54.0.0...54.1.0)

Updates `datafusion-datasource-parquet` from 54.0.0 to 54.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@54.0.0...54.1.0)

Updates `object_store` from 0.13.2 to 0.14.1
- [Release notes](https://github.com/apache/arrow-rs-object-store/releases)
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs-object-store@v0.13.2...v0.14.1)

---
updated-dependencies:
- dependency-name: arrow-arith
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion
- dependency-name: arrow-array
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion
- dependency-name: arrow-buffer
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion
- dependency-name: arrow-schema
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion
- dependency-name: datafusion
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datafusion
- dependency-name: datafusion-datasource
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datafusion
- dependency-name: datafusion-datasource-parquet
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datafusion
- dependency-name: object_store
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datafusion
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/datafusion-4ce0a1a184 branch August 28, 2026 15:21
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants