Skip to content

chore(rust): Bump the arrow-datafusion group in /rust with 4 updates#4018

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/arrow-datafusion-04922a7cb7
Open

chore(rust): Bump the arrow-datafusion group in /rust with 4 updates#4018
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/arrow-datafusion-04922a7cb7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the arrow-datafusion group in /rust with 4 updates: arrow-array, arrow-buffer, arrow-schema and arrow-select.

Updates arrow-array from 57.3.0 to 58.0.0

Release notes

Sourced from arrow-array's releases.

arrow 58.0.0

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326

... (truncated)

Changelog

Sourced from arrow-array's changelog.

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321
  • [arrow-avro] Add missing Arrow DataType support with avro_custom_types round-trip + non-custom fallbacks #9290

Fixed bugs:

  • ArrowArrayStreamReader errors on zero-column record batches #9394
  • Regression on main (58): Parquet argument error: Parquet error: Required field type_ is missing #9315 [parquet]

Documentation updates:

  • Improve safety documentation of the Array trait #9314 [arrow] (alamb)
  • Improve docs and add build() method to {Null,Boolean,}BufferBuilder #9155 [arrow] (alamb)
  • Improve ArrowReaderBuilder::with_row_filter documentation #9153 [parquet] (alamb)
  • docs: Improve main README.md and highlight community #9119 (alamb)
  • Docs: Add additional documentation and example for make_array #9112 [arrow] (alamb)
  • doc: fix link on FixedSizeListArray doc #9033 [arrow] (Jefffrey)

Performance improvements:

  • Replace ArrayData with direct Array construction #9338 [arrow] (liamzwbao)
  • Remove some unsafe and allocations when creating PrimitiveArrays from Vec and from_trusted_len_iter #9299 [arrow] (alamb)
  • parquet: rle skip decode loop when batch contains all max levels (aka no nulls) #9258 [parquet] (lyang24)

... (truncated)

Commits
  • 9d0e8be Update version to 58.0.0 and add CHANGELOG (#9420)
  • ab9c062 fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) (#9424)
  • c129c7c Avoid allocating a Vec in StructBuilder (#9428)
  • 2f40f78 [Variant] Support ['fieldName'] in VariantPath parser (#9276)
  • 442e1b8 perf: optimize skipper for varint values used when projecting Avro record typ...
  • df63590 [Minor] Use per-predicate projection masks in arrow_reader_clickbench benchma...
  • 39a2b71 Add additional Arrow type support (#9291)
  • d8946ca Fix ArrowArrayStreamReader for 0-columns record batch streams (#9405)
  • 70089ac feat: support RunEndEncoded arrays in arrow-json reader and writer (#9379)
  • 7fbbde2 Remove lint issues in parquet-related code. (#9375)
  • Additional commits viewable in compare view

Updates arrow-buffer from 57.3.0 to 58.0.0

Release notes

Sourced from arrow-buffer's releases.

arrow 58.0.0

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321
  • [arrow-avro] Add missing Arrow DataType support with avro_custom_types round-trip + non-custom fallbacks #9290

Fixed bugs:

  • ArrowArrayStreamReader errors on zero-column record batches #9394
  • Regression on main (58): Parquet argument error: Parquet error: Required field type_ is missing #9315 [parquet]

Documentation updates:

  • Improve safety documentation of the Array trait #9314 [arrow] (alamb)
  • Improve docs and add build() method to {Null,Boolean,}BufferBuilder #9155 [arrow] (alamb)
  • Improve ArrowReaderBuilder::with_row_filter documentation #9153 [parquet] (alamb)
  • docs: Improve main README.md and highlight community #9119 (alamb)
  • Docs: Add additional documentation and example for make_array #9112 [arrow] (alamb)
  • doc: fix link on FixedSizeListArray doc #9033 [arrow] (Jefffrey)

Performance improvements:

  • Replace ArrayData with direct Array construction #9338 [arrow] (liamzwbao)
  • Remove some unsafe and allocations when creating PrimitiveArrays from Vec and from_trusted_len_iter #9299 [arrow] (alamb)
  • parquet: rle skip decode loop when batch contains all max levels (aka no nulls) #9258 [parquet] (lyang24)

... (truncated)

Commits
  • 9d0e8be Update version to 58.0.0 and add CHANGELOG (#9420)
  • ab9c062 fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) (#9424)
  • c129c7c Avoid allocating a Vec in StructBuilder (#9428)
  • 2f40f78 [Variant] Support ['fieldName'] in VariantPath parser (#9276)
  • 442e1b8 perf: optimize skipper for varint values used when projecting Avro record typ...
  • df63590 [Minor] Use per-predicate projection masks in arrow_reader_clickbench benchma...
  • 39a2b71 Add additional Arrow type support (#9291)
  • d8946ca Fix ArrowArrayStreamReader for 0-columns record batch streams (#9405)
  • 70089ac feat: support RunEndEncoded arrays in arrow-json reader and writer (#9379)
  • 7fbbde2 Remove lint issues in parquet-related code. (#9375)
  • Additional commits viewable in compare view

Updates arrow-schema from 57.3.0 to 58.0.0

Release notes

Sourced from arrow-schema's releases.

arrow 58.0.0

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321
  • [arrow-avro] Add missing Arrow DataType support with avro_custom_types round-trip + non-custom fallbacks #9290

Fixed bugs:

  • ArrowArrayStreamReader errors on zero-column record batches #9394
  • Regression on main (58): Parquet argument error: Parquet error: Required field type_ is missing #9315 [parquet]

Documentation updates:

  • Improve safety documentation of the Array trait #9314 [arrow] (alamb)
  • Improve docs and add build() method to {Null,Boolean,}BufferBuilder #9155 [arrow] (alamb)
  • Improve ArrowReaderBuilder::with_row_filter documentation #9153 [parquet] (alamb)
  • docs: Improve main README.md and highlight community #9119 (alamb)
  • Docs: Add additional documentation and example for make_array #9112 [arrow] (alamb)
  • doc: fix link on FixedSizeListArray doc #9033 [arrow] (Jefffrey)

Performance improvements:

  • Replace ArrayData with direct Array construction #9338 [arrow] (liamzwbao)
  • Remove some unsafe and allocations when creating PrimitiveArrays from Vec and from_trusted_len_iter #9299 [arrow] (alamb)
  • parquet: rle skip decode loop when batch contains all max levels (aka no nulls) #9258 [parquet] (lyang24)

... (truncated)

Commits
  • 9d0e8be Update version to 58.0.0 and add CHANGELOG (#9420)
  • ab9c062 fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) (#9424)
  • c129c7c Avoid allocating a Vec in StructBuilder (#9428)
  • 2f40f78 [Variant] Support ['fieldName'] in VariantPath parser (#9276)
  • 442e1b8 perf: optimize skipper for varint values used when projecting Avro record typ...
  • df63590 [Minor] Use per-predicate projection masks in arrow_reader_clickbench benchma...
  • 39a2b71 Add additional Arrow type support (#9291)
  • d8946ca Fix ArrowArrayStreamReader for 0-columns record batch streams (#9405)
  • 70089ac feat: support RunEndEncoded arrays in arrow-json reader and writer (#9379)
  • 7fbbde2 Remove lint issues in parquet-related code. (#9375)
  • Additional commits viewable in compare view

Updates arrow-select from 57.3.0 to 58.0.0

Release notes

Sourced from arrow-select's releases.

arrow 58.0.0

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326

... (truncated)

Changelog

Sourced from arrow-select's changelog.

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321
  • [arrow-avro] Add missing Arrow DataType support with avro_custom_types round-trip + non-custom fallbacks #9290

Fixed bugs:

  • ArrowArrayStreamReader errors on zero-column record batches #9394
  • Regression on main (58): Parquet argument error: Parquet error: Required field type_ is missing #9315 [parquet]

Documentation updates:

  • Improve safety documentation of the Array trait #9314 [arrow] (alamb)
  • Improve docs and add build() method to {Null,Boolean,}BufferBuilder #9155 [arrow] (alamb)
  • Improve ArrowReaderBuilder::with_row_filter documentation #9153 [parquet] (alamb)
  • docs: Improve main README.md and highlight community #9119 (alamb)
  • Docs: Add additional documentation and example for make_array #9112 [arrow] (alamb)
  • doc: fix link on FixedSizeListArray doc #9033 [arrow] (Jefffrey)

Performance improvements:

  • Replace ArrayData with direct Array construction #9338 [arrow] (liamzwbao)
  • Remove some unsafe and allocations when creating PrimitiveArrays from Vec and from_trusted_len_iter #9299 [arrow] (alamb)
  • parquet: rle skip decode loop when batch contains all max levels (aka no nulls) #9258 [parquet] (lyang24)

... (truncated)

Commits
  • 9d0e8be Update version to 58.0.0 and add CHANGELOG (#9420)
  • ab9c062 fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) (#9424)
  • c129c7c Avoid allocating a Vec in StructBuilder (#9428)
  • 2f40f78 [Variant] Support ['fieldName'] in VariantPath parser (#9276)
  • 442e1b8 perf: optimize skipper for varint values used when projecting Avro record typ...
  • df63590 [Minor] Use per-predicate projection masks in arrow_reader_clickbench benchma...
  • 39a2b71 Add additional Arrow type support (#9291)
  • d8946ca Fix ArrowArrayStreamReader for 0-columns record batch streams (#9405)
  • 70089ac feat: support RunEndEncoded arrays in arrow-json reader and writer (#9379)
  • 7fbbde2 Remove lint issues in parquet-related code. (#9375)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Dependabot-only rust Pull requests that update Rust code labels Feb 24, 2026
@dependabot dependabot bot requested a review from wjones127 as a code owner February 24, 2026 20:45
@dependabot dependabot bot force-pushed the dependabot/cargo/rust/arrow-datafusion-04922a7cb7 branch 2 times, most recently from 6c6f4cf to e1e6f77 Compare February 25, 2026 00:19
@eitsupi
Copy link
Contributor

eitsupi commented Feb 25, 2026

I'll take a look.

lidavidm pushed a commit that referenced this pull request Feb 26, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/rust/arrow-datafusion-04922a7cb7 branch 2 times, most recently from b6f2494 to cc13f45 Compare February 26, 2026 23:28
Bumps the arrow-datafusion group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs).


Updates `arrow-array` from 57.3.0 to 58.0.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@57.3.0...58.0.0)

Updates `arrow-buffer` from 57.3.0 to 58.0.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@57.3.0...58.0.0)

Updates `arrow-schema` from 57.3.0 to 58.0.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@57.3.0...58.0.0)

Updates `arrow-select` from 57.3.0 to 58.0.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@57.3.0...58.0.0)

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-buffer
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-schema
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-select
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust/arrow-datafusion-04922a7cb7 branch from cc13f45 to ce45d9b Compare February 27, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot-only rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant