Commit 5092225
authored
chore(deps): bump the arrow group with 2 updates (#259)
Bumps the arrow group with 2 updates:
[object_store](https://github.com/apache/arrow-rs-object-store) and
[parquet](https://github.com/apache/arrow-rs).
Updates `object_store` from 0.13.1 to 0.13.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md">object_store's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/7a65b75b0d26fd8a282999462cb7030fb85fdcc3"><code>7a65b75</code></a>
chore: prepare <code>0.13.2</code> release (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/671">#671</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/d22f7f91d576ab7b2a12750751a76d30018cb12d"><code>d22f7f9</code></a>
fix: missing 5xx error body when retry exhausted (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/618">#618</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/ebaee78c8bd05235b4ceb2a5125a125faae5da86"><code>ebaee78</code></a>
Support --xa-s3 suffix for S3 Express One Zone bucket access points (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/663">#663</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/7ded938312299ccc1ca517e34fe34326d8426ebb"><code>7ded938</code></a>
Replace <code>Path::child</code> with <code>Path::join</code> (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/666">#666</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/bdcac43fc637ac89cc80f18f4e16b3fb66fd0ec8"><code>bdcac43</code></a>
feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/590">#590</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/ca15c63f652e1c5c2e776231ae77d08bb46375ea"><code>ca15c63</code></a>
Implement Clone for local and memory stores (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/653">#653</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/41d32428cd625e4b86d3411b4f06a0dff7ecab47"><code>41d3242</code></a>
docs: clarify <code>Clone</code> behavior (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/656">#656</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/62592027cb7d33ed843bc14fb77d7fc32f13ace5"><code>6259202</code></a>
Unify <code>from_env</code> behaviours (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/652">#652</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/66e640d1ba7b79d878e9423924ed5bff4f321b75"><code>66e640d</code></a>
Switch TokenCache to RWLock (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/648">#648</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/907653e46232edb3a635969bf288324b68d62cdc"><code>907653e</code></a>
docs: add examples to the aws docs where appropriate (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/651">#651</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.1...v0.13.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `parquet` from 58.0.0 to 58.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">parquet's
releases</a>.</em></p>
<blockquote>
<h2>arrow 58.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/58.1.0">58.1.0</a>
(2026-03-20)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0">Full
Changelog</a></p>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Reuse compression dict lz4_block <a
href="https://redirect.github.com/apache/arrow-rs/issues/9566">#9566</a></li>
<li>[Variant] Add <code>variant_to_arrow</code> <code>Struct</code> type
support <a
href="https://redirect.github.com/apache/arrow-rs/issues/9529">#9529</a></li>
<li>[Variant] Add <code>unshred_variant</code> support for
<code>Binary</code> and <code>LargeBinary</code> types <a
href="https://redirect.github.com/apache/arrow-rs/issues/9526">#9526</a></li>
<li>[Variant] Add <code>shred_variant</code> support for
<code>LargeUtf8</code> and <code>LargeBinary</code> types <a
href="https://redirect.github.com/apache/arrow-rs/issues/9525">#9525</a></li>
<li>[Variant] <code>variant_get</code> tests clean up <a
href="https://redirect.github.com/apache/arrow-rs/issues/9517">#9517</a></li>
<li>parquet_variant: Support LargeUtf8 typed value in
<code>unshred_variant</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9513">#9513</a></li>
<li>parquet-variant: Support string view typed value in
<code>unshred_variant</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9512">#9512</a></li>
<li>Deprecate ArrowTimestampType::make_value in favor of
from_naive_datetime <a
href="https://redirect.github.com/apache/arrow-rs/issues/9490">#9490</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Followup for support ['fieldName'] in VariantPath <a
href="https://redirect.github.com/apache/arrow-rs/issues/9478">#9478</a></li>
<li>Speedup DELTA_BINARY_PACKED decoding when bitwidth is 0 <a
href="https://redirect.github.com/apache/arrow-rs/issues/9476">#9476</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support CSV files encoded with charsets other than UTF-8 <a
href="https://redirect.github.com/apache/arrow-rs/issues/9465">#9465</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Expose Avro writer schema when building the reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/9460">#9460</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Python: avoid importing pyarrow classes ever time <a
href="https://redirect.github.com/apache/arrow-rs/issues/9438">#9438</a></li>
<li>Add <code>append_nulls</code> to <code>MapBuilder</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9431">#9431</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add <code>append_non_nulls</code> to <code>StructBuilder</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9429">#9429</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add <code>append_value_n</code> to GenericByteBuilder <a
href="https://redirect.github.com/apache/arrow-rs/issues/9425">#9425</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Optimize <code>from_bitwise_binary_op</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9378">#9378</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Configurable Arrow representation of UTC timestamps for Avro reader
<a
href="https://redirect.github.com/apache/arrow-rs/issues/9279">#9279</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>MutableArrayData::extend does not copy child values for ListView
arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/9561">#9561</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">parquet's
changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/apache/arrow-rs/tree/58.1.0">58.1.0</a>
(2026-03-20)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0">Full
Changelog</a></p>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Reuse compression dict lz4_block <a
href="https://redirect.github.com/apache/arrow-rs/issues/9566">#9566</a></li>
<li>[Variant] Add <code>variant_to_arrow</code> <code>Struct</code> type
support <a
href="https://redirect.github.com/apache/arrow-rs/issues/9529">#9529</a></li>
<li>[Variant] Add <code>unshred_variant</code> support for
<code>Binary</code> and <code>LargeBinary</code> types <a
href="https://redirect.github.com/apache/arrow-rs/issues/9526">#9526</a></li>
<li>[Variant] Add <code>shred_variant</code> support for
<code>LargeUtf8</code> and <code>LargeBinary</code> types <a
href="https://redirect.github.com/apache/arrow-rs/issues/9525">#9525</a></li>
<li>[Variant] <code>variant_get</code> tests clean up <a
href="https://redirect.github.com/apache/arrow-rs/issues/9517">#9517</a></li>
<li>parquet_variant: Support LargeUtf8 typed value in
<code>unshred_variant</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9513">#9513</a></li>
<li>parquet-variant: Support string view typed value in
<code>unshred_variant</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9512">#9512</a></li>
<li>Deprecate ArrowTimestampType::make_value in favor of
from_naive_datetime <a
href="https://redirect.github.com/apache/arrow-rs/issues/9490">#9490</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Followup for support ['fieldName'] in VariantPath <a
href="https://redirect.github.com/apache/arrow-rs/issues/9478">#9478</a></li>
<li>Speedup DELTA_BINARY_PACKED decoding when bitwidth is 0 <a
href="https://redirect.github.com/apache/arrow-rs/issues/9476">#9476</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support CSV files encoded with charsets other than UTF-8 <a
href="https://redirect.github.com/apache/arrow-rs/issues/9465">#9465</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Expose Avro writer schema when building the reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/9460">#9460</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Python: avoid importing pyarrow classes ever time <a
href="https://redirect.github.com/apache/arrow-rs/issues/9438">#9438</a></li>
<li>Add <code>append_nulls</code> to <code>MapBuilder</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9431">#9431</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add <code>append_non_nulls</code> to <code>StructBuilder</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9429">#9429</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add <code>append_value_n</code> to GenericByteBuilder <a
href="https://redirect.github.com/apache/arrow-rs/issues/9425">#9425</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Optimize <code>from_bitwise_binary_op</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9378">#9378</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Configurable Arrow representation of UTC timestamps for Avro reader
<a
href="https://redirect.github.com/apache/arrow-rs/issues/9279">#9279</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>MutableArrayData::extend does not copy child values for ListView
arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/9561">#9561</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>ListView interleave bug <a
href="https://redirect.github.com/apache/arrow-rs/issues/9559">#9559</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Flight encoding panics with "no dict id for field" with
nested dict arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/9555">#9555</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
[<a
href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li>
<li>"DeltaBitPackDecoder only supports Int32Type and
Int64Type" but unsigned types are supported too <a
href="https://redirect.github.com/apache/arrow-rs/issues/9551">#9551</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Potential overflow when calling
<code>util::bit_mask::set_bits</code> (soundness issue) <a
href="https://redirect.github.com/apache/arrow-rs/issues/9543">#9543</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>handle Null type in try_merge for Struct, List, LargeList, and Union
<a
href="https://redirect.github.com/apache/arrow-rs/issues/9523">#9523</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Invalid offset in sparse column chunk data for multiple predicates
<a
href="https://redirect.github.com/apache/arrow-rs/issues/9516">#9516</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>debug_assert_eq! in BatchCoalescer panics in debug mode when
batch_size < 4 <a
href="https://redirect.github.com/apache/arrow-rs/issues/9506">#9506</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet Statistics::null_count_opt wrongly returns Some(0) when
stats are missing <a
href="https://redirect.github.com/apache/arrow-rs/issues/9451">#9451</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Error "Not all children array length are the same!" when
decoding rows spanning across page boundaries in parquet file when using
<code>RowSelection</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/9370">#9370</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Avro schema resolution not properly supported for complex types <a
href="https://redirect.github.com/apache/arrow-rs/issues/9336">#9336</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
</ul>
<p><strong>Documentation updates:</strong></p>
<ul>
<li>Update planned release schedule in README.md <a
href="https://redirect.github.com/apache/arrow-rs/pull/9466">#9466</a>
(<a href="https://github.com/alamb">alamb</a>)</li>
</ul>
<p><strong>Performance improvements:</strong></p>
<ul>
<li>Introduce <code>NullBuffer::try_from_unsliced</code> to simplify
array construction <a
href="https://redirect.github.com/apache/arrow-rs/issues/9385">#9385</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>perf: Coalesce page fetches when RowSelection selects all rows <a
href="https://redirect.github.com/apache/arrow-rs/pull/9578">#9578</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]
(<a href="https://github.com/Dandandan">Dandandan</a>)</li>
<li>Use chunks_exact for has_true/has_false to enable compiler unrolling
<a
href="https://redirect.github.com/apache/arrow-rs/pull/9570">#9570</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/adriangb">adriangb</a>)</li>
<li>pyarrow: Cache the imported classes to avoid importing them each
time <a
href="https://redirect.github.com/apache/arrow-rs/pull/9439">#9439</a>
(<a href="https://github.com/Tpt">Tpt</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/6cadf3b4de916c707e2103b123a168154e668a33"><code>6cadf3b</code></a>
Prepare for 58.1.0 Release (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9573">#9573</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/322f9ce681ed51aa0c99b6517d5f43b7279ecc52"><code>322f9ce</code></a>
[Variant] Add unshred_variant support for Binary and LargeBinary types
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/9576">#9576</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/bc74c7192a48bd36a9e79b883a3482af396a2350"><code>bc74c71</code></a>
feat(parquet): add content defined chunking for arrow writer (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9450">#9450</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/39dda22517e6369d006aaac5eaac53d9cd72c29b"><code>39dda22</code></a>
Make Sbbf Constructers Public (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9569">#9569</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/d53df605656d8012eca42e8ddffe165362a1a4cb"><code>d53df60</code></a>
feat: Optimize from_bitwise_binary_op with 64-bit alignment (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9441">#9441</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/44f5dfc607892bab849a4dba008b6ee8966c1461"><code>44f5dfc</code></a>
perf: Coalesce page fetches when RowSelection selects all rows (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9578">#9578</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/14f1eb97fbf017dbd0faef749f62f6cd9389a451"><code>14f1eb9</code></a>
pyarrow: Cache the imported classes to avoid importing them each time
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/9439">#9439</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/55a7768bbb95976e1dac29facb2ea337aa4d89b6"><code>55a7768</code></a>
[Variant] Add <code>variant_to_arrow</code> <code>Struct</code> type
support (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9572">#9572</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/42ab0bcef7c2257772dfb7de77b04051350e18cb"><code>42ab0bc</code></a>
fix: Used <code>checked_add</code> for bounds checks to avoid UB (<a
href="https://redirect.github.com/apache/arrow-rs/issues/9568">#9568</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/88422cbdcbfa8f4e2411d66578dd3582fafbf2a1"><code>88422cb</code></a>
arrow-flight: generate dict_ids for dicts nested inside complex types
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/9556">#9556</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c60f20d commit 5092225
2 files changed
Lines changed: 66 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments