-
Notifications
You must be signed in to change notification settings - Fork 299
Commit c5cc9e4
authored
chore(deps): Bump arrow-array from 53.3.0 to 53.4.0 (#915)
Bumps [arrow-array](https://github.com/apache/arrow-rs) from 53.3.0 to
53.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-array'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/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(&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 />
[](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>1 parent 37eac94 commit c5cc9e4Copy full SHA for c5cc9e4
File tree
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changed+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments