Skip to content

Update arrow-rs to v58.1.0#7531

Merged
renovate[bot] merged 1 commit intodevelopfrom
renovate/arrow-rs
Apr 20, 2026
Merged

Update arrow-rs to v58.1.0#7531
renovate[bot] merged 1 commit intodevelopfrom
renovate/arrow-rs

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
arrow-arith workspace.dependencies minor 58.0.058.1.0
arrow-array workspace.dependencies minor 58.0.058.1.0
arrow-buffer workspace.dependencies minor 58.0.058.1.0
arrow-cast workspace.dependencies minor 58.0.058.1.0
arrow-data workspace.dependencies minor 58.0.058.1.0
arrow-ipc workspace.dependencies minor 58.0.058.1.0
arrow-ord workspace.dependencies minor 58.0.058.1.0
arrow-schema workspace.dependencies minor 58.0.058.1.0
arrow-select workspace.dependencies minor 58.0.058.1.0
arrow-string workspace.dependencies minor 58.0.058.1.0
parquet workspace.dependencies minor 58.0.058.1.0
parquet-variant workspace.dependencies minor 58.0.058.1.0
parquet-variant-compute workspace.dependencies minor 58.0.058.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apache/arrow-rs (arrow-arith)

v58.1.0

Compare Source

Full Changelog

Implemented enhancements:

  • Reuse compression dict lz4_block #​9566
  • [Variant] Add variant_to_arrow Struct type support #​9529
  • [Variant] Add unshred_variant support for Binary and LargeBinary types #​9526
  • [Variant] Add shred_variant support for LargeUtf8 and LargeBinary types #​9525
  • [Variant] variant_get tests clean up #​9517
  • parquet_variant: Support LargeUtf8 typed value in unshred_variant #​9513
  • parquet-variant: Support string view typed value in unshred_variant #​9512
  • Deprecate ArrowTimestampType::make_value in favor of from_naive_datetime #​9490 [arrow]
  • Followup for support ['fieldName'] in VariantPath #​9478
  • Speedup DELTA_BINARY_PACKED decoding when bitwidth is 0 #​9476 [parquet]
  • Support CSV files encoded with charsets other than UTF-8 #​9465 [arrow]
  • Expose Avro writer schema when building the reader #​9460 [arrow]
  • Python: avoid importing pyarrow classes ever time #​9438
  • Add append_nulls to MapBuilder #​9431 [arrow]
  • Add append_non_nulls to StructBuilder #​9429 [arrow]
  • Add append_value_n to GenericByteBuilder #​9425 [arrow]
  • Optimize from_bitwise_binary_op #​9378 [arrow]
  • Configurable Arrow representation of UTC timestamps for Avro reader #​9279 [arrow]

Fixed bugs:

  • MutableArrayData::extend does not copy child values for ListView arrays #​9561 [arrow]
  • ListView interleave bug #​9559 [arrow]
  • Flight encoding panics with "no dict id for field" with nested dict arrays #​9555 [arrow] [arrow-flight]
  • "DeltaBitPackDecoder only supports Int32Type and Int64Type" but unsigned types are supported too #​9551 [parquet]
  • Potential overflow when calling util::bit_mask::set_bits (soundness issue) #​9543 [arrow]
  • handle Null type in try_merge for Struct, List, LargeList, and Union #​9523 [arrow]
  • Invalid offset in sparse column chunk data for multiple predicates #​9516 [parquet]
  • debug_assert_eq! in BatchCoalescer panics in debug mode when batch_size < 4 #​9506 [arrow]
  • Parquet Statistics::null_count_opt wrongly returns Some(0) when stats are missing #​9451 [parquet]
  • Error "Not all children array length are the same!" when decoding rows spanning across page boundaries in parquet file when using RowSelection #​9370 [parquet]
  • Avro schema resolution not properly supported for complex types #​9336 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Duplicate macro definition: partially_shredded_variant_array_gen #​9492
  • Enable LargeList / ListView / LargeListView for VariantArray::try_new #​9455
  • Support variables/expressions in record_batch! macro #​9245 [arrow]

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added the changelog/chore A trivial change label Apr 20, 2026
@renovate renovate bot enabled auto-merge (squash) April 20, 2026 02:28
@renovate renovate bot added the changelog/chore A trivial change label Apr 20, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 20, 2026

Merging this PR will not alter performance

✅ 1163 untouched benchmarks
⏩ 1457 skipped benchmarks1


Comparing renovate/arrow-rs (fa60096) with develop (b66f9e4)

Open in CodSpeed

Footnotes

  1. 1457 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate bot force-pushed the renovate/arrow-rs branch from 7f3e184 to fa60096 Compare April 20, 2026 02:58
@renovate renovate bot merged commit 92c573b into develop Apr 20, 2026
58 checks passed
@renovate renovate bot deleted the renovate/arrow-rs branch April 20, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants