Skip to content

Commit

Permalink
chore(deps): Bump arrow-ord from 53.3.0 to 53.4.0 (#930)
Browse files Browse the repository at this point in the history
Bumps [arrow-ord](https://github.com/apache/arrow-rs) from 53.3.0 to
53.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-ord's
releases</a>.</em></p>
<blockquote>
<h2>53.4.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/53.4.0">53.4.0</a>
(2025-01-14)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/53.3.0...53.4.0">Full
Changelog</a></p>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>fix clippy (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6791">#6791</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6940">#6940</a>)</li>
<li>fix: decimal conversion looses value on lower precision (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6836">#6836</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6936">#6936</a>)</li>
<li>perf: Use Cow in get_format_string in FFI_ArrowSchema (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6853">#6853</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6937">#6937</a>)</li>
<li>fix: Encoding of List offsets was incorrect when slice offsets begin
…</li>
<li>[arrow-cast] Support cast numeric to string view (alternate) (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6816">#6816</a>)
(#…</li>
<li>Enable matching temporal as from_type to Utf8View (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6872">#6872</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6956">#6956</a>)</li>
<li>[arrow-cast] Support cast boolean from/to string view (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6822">#6822</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6957">#6957</a>)</li>
<li>[53.0.0_maintenance] Fix CI (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6964">#6964</a>)</li>
<li>Add Array::shrink_to_fit(&amp;mut self) to 53.4.0 (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6790">#6790</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6817">#6817</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6962">#6962</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-ord's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/54.0.0">54.0.0</a>
(2024-12-18)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/53.3.0...54.0.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>avoid redundant parsing of repeated value in RleDecoder <a
href="https://redirect.github.com/apache/arrow-rs/pull/6834">#6834</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]
(<a href="https://github.com/jp0317">jp0317</a>)</li>
<li>Handling nullable DictionaryArray in CSV parser <a
href="https://redirect.github.com/apache/arrow-rs/pull/6830">#6830</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/edmondop">edmondop</a>)</li>
<li>fix(flightsql): remove Any encoding of DoPutUpdateResult <a
href="https://redirect.github.com/apache/arrow-rs/pull/6825">#6825</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>]
(<a href="https://github.com/davisp">davisp</a>)</li>
<li>arrow-ipc: Default to not preserving dict IDs <a
href="https://redirect.github.com/apache/arrow-rs/pull/6788">#6788</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/brancz">brancz</a>)</li>
<li>Remove some very old deprecated functions <a
href="https://redirect.github.com/apache/arrow-rs/pull/6774">#6774</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>]
(<a href="https://github.com/alamb">alamb</a>)</li>
<li>update to pyo3 0.23.0 <a
href="https://redirect.github.com/apache/arrow-rs/pull/6745">#6745</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/psvri">psvri</a>)</li>
<li>Remove APIs deprecated since v 4.4.0 <a
href="https://redirect.github.com/apache/arrow-rs/pull/6722">#6722</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>]
(<a href="https://github.com/findepi">findepi</a>)</li>
<li>Return <code>None</code> when Parquet page indexes are not present
in file <a
href="https://redirect.github.com/apache/arrow-rs/pull/6639">#6639</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]
(<a href="https://github.com/etseidl">etseidl</a>)</li>
<li>Add <code>ParquetError::NeedMoreData</code> mark
<code>ParquetError</code> as <code>non_exhaustive</code> <a
href="https://redirect.github.com/apache/arrow-rs/pull/6630">#6630</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]
(<a href="https://github.com/etseidl">etseidl</a>)</li>
<li>Remove APIs deprecated since v 2.0.0 <a
href="https://redirect.github.com/apache/arrow-rs/pull/6609">#6609</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/findepi">findepi</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Parquet schema hint doesn't support integer types upcasting <a
href="https://redirect.github.com/apache/arrow-rs/issues/6891">#6891</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Parquet UTF-8 max statistics are overly pessimistic <a
href="https://redirect.github.com/apache/arrow-rs/issues/6867">#6867</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Add builder support for Int8 keys <a
href="https://redirect.github.com/apache/arrow-rs/issues/6844">#6844</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Formalize the name of the nested <code>Field</code> in a list <a
href="https://redirect.github.com/apache/arrow-rs/issues/6784">#6784</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>]
[<a
href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li>
<li>Allow disabling the writing of Parquet Offset Index <a
href="https://redirect.github.com/apache/arrow-rs/issues/6778">#6778</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li><code>parquet::record::make_row</code> is not exposed to users,
leaving no option to users to manually create <code>Row</code> objects
<a
href="https://redirect.github.com/apache/arrow-rs/issues/6761">#6761</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Avoid <code>from_num_days_from_ce_opt</code> calls in
<code>timestamp_s_to_datetime</code> if we don't need <a
href="https://redirect.github.com/apache/arrow-rs/issues/6746">#6746</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Temporal -&gt; Utf8View casting <a
href="https://redirect.github.com/apache/arrow-rs/issues/6734">#6734</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add Option To Coerce List Type on Parquet Write <a
href="https://redirect.github.com/apache/arrow-rs/issues/6733">#6733</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>Support Numeric -&gt; Utf8View casting <a
href="https://redirect.github.com/apache/arrow-rs/issues/6714">#6714</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>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/d3fcb4be84b631ffa7a14a530ee8c1d2479f5a75"><code>d3fcb4b</code></a>
[53.0.0_maintenance] Update <code>parquet-testing</code> pin, add tests
for new invalid ...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/e613baee7670197711098909a1f04d91d0a23ba2"><code>e613bae</code></a>
[53.0.0_maintance] Prepare for 53.4.0 release -- version and changelog
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6982">#6982</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/58f086fc2859b7e50cb11171c2c5d7549ba16aec"><code>58f086f</code></a>
Add <code>Array::shrink_to_fit(&amp;mut self)</code> to 53.4.0 (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6790">#6790</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6817">#6817</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6962">#6962</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/962c92fcd873895378cadcb7cbb230fd8b56ca64"><code>962c92f</code></a>
[53.0.0_maintenance] Fix CI (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6964">#6964</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/b76bc55e1da49300d85977279e2697f871479666"><code>b76bc55</code></a>
[arrow-cast] Support cast boolean from/to string view (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6822">#6822</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6957">#6957</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/181e52e2138b7aec96b93066d7394b3699f07f36"><code>181e52e</code></a>
Enable matching temporal as from_type to Utf8View (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6872">#6872</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6956">#6956</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/b66fb90914198815eaad6de77db7987caf8ac9ae"><code>b66fb90</code></a>
[arrow-cast] Support cast numeric to string view (alternate) (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6816">#6816</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6944">#6944</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/955180b5cd451c83343e44bc2c510bf377ef2c80"><code>955180b</code></a>
fix: Encoding of List offsets was incorrect when slice offsets begin
with zer...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/3a93166e41c87d64c59997b65155566228127bf4"><code>3a93166</code></a>
perf: Use Cow in get_format_string in FFI_ArrowSchema (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6853">#6853</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6937">#6937</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/e4cb33798290461fe1e11896e150e8fd8c4bfb72"><code>e4cb337</code></a>
fix: decimal conversion looses value on lower precision (<a
href="https://redirect.github.com/apache/arrow-rs/issues/6836">#6836</a>)
(<a
href="https://redirect.github.com/apache/arrow-rs/issues/6936">#6936</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/53.3.0...53.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arrow-ord&package-manager=cargo&previous-version=53.3.0&new-version=53.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 89ee910 commit c7764cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ array-init = "2"
arrow-arith = { version = "53.3.0" }
arrow-array = { version = "53.4.0" }
arrow-cast = { version = "53.3.0" }
arrow-ord = { version = "53.3.0" }
arrow-ord = { version = "53.4.0" }
arrow-schema = { version = "53.4.0" }
arrow-select = { version = "53.4.0" }
arrow-string = { version = "53.3.0" }
Expand Down

0 comments on commit c7764cb

Please sign in to comment.