Commit c952139
authored
MINOR: [Swift] Bump github.com/apache/arrow-go/v18 from 18.2.0 to 18.3.0 in /swift/CDataWGo (#46405)
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.2.0 to 18.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/arrow-go/releases">github.com/apache/arrow-go/v18's releases</a>.</em></p>
<blockquote>
<h2>v18.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Bump golang.org/x/sync from 0.11.0 to 0.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/308">apache/arrow-go#308</a></li>
<li>chore: Bump golang.org/x/net from 0.35.0 to 0.36.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/313">apache/arrow-go#313</a></li>
<li>feat(arrow/array): convert RecordReader and iterators by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/314">apache/arrow-go#314</a></li>
<li>refactor(arrow/array): replace some codegen with generics by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/315">apache/arrow-go#315</a></li>
<li>chore: Bump golang.org/x/tools from 0.30.0 to 0.31.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/317">apache/arrow-go#317</a></li>
<li>chore: Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/316">apache/arrow-go#316</a></li>
<li>feat(parquet/pqarrow): Add SeekToRow for RecordReader by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/321">apache/arrow-go#321</a></li>
<li>fix: go's atomic operations require 64bit alignment in structs on ARM by <a href="https://github.com/sahib"><code>@sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li>
<li>feat(arrow/compute): implement "is_in" function by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/319">apache/arrow-go#319</a></li>
<li>fix(parquet/pqarrow): fix propagation of FieldIds for nested fields by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/324">apache/arrow-go#324</a></li>
<li>Fix: Handle null values in PlainFixedLenByteArrayEncoder gracefully by <a href="https://github.com/singh1203"><code>@singh1203</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/320">apache/arrow-go#320</a></li>
<li>fix(parquet/pqarrow): fix definition levels with non-nullable lists by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/325">apache/arrow-go#325</a></li>
<li>chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/331">apache/arrow-go#331</a></li>
<li>chore: Bump actions/setup-go from 5.3.0 to 5.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/332">apache/arrow-go#332</a></li>
<li>chore: Bump actions/download-artifact from 4.1.9 to 4.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/333">apache/arrow-go#333</a></li>
<li>chore: fix macOS Go 1.24 CI by <a href="https://github.com/lidavidm"><code>@lidavidm</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/334">apache/arrow-go#334</a></li>
<li>chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/328">apache/arrow-go#328</a></li>
<li>chore: Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/330">apache/arrow-go#330</a></li>
<li>chore: Bump actions/setup-python from 5.4.0 to 5.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/338">apache/arrow-go#338</a></li>
<li>feat(parquet/metadata): bloom filter implementation by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/336">apache/arrow-go#336</a></li>
<li>feat(parquet): Write/Read bloom filters from files by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/341">apache/arrow-go#341</a></li>
<li>fix: move from atomic.(Add|Load|Store) to atomic.Int64{} by <a href="https://github.com/sahib"><code>@sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/326">apache/arrow-go#326</a></li>
<li>chore: Bump golang.org/x/sync from 0.12.0 to 0.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/347">apache/arrow-go#347</a></li>
<li>fix(parquet/file): restore goroutine safety for reader by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/343">apache/arrow-go#343</a></li>
<li>chore: Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/346">apache/arrow-go#346</a></li>
<li>chore: Bump golang.org/x/sys from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/345">apache/arrow-go#345</a></li>
<li>chore: Enable GitHub discussions on arrow-go repository by <a href="https://github.com/raulcd"><code>@raulcd</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/353">apache/arrow-go#353</a></li>
<li>chore: Bump github.com/substrait-io/substrait-go/v3 from 3.9.0 to 3.9.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/355">apache/arrow-go#355</a></li>
<li>chore: Bump golang.org/x/tools from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/356">apache/arrow-go#356</a></li>
<li>Compress: add MarshalText and UnmarshalText by <a href="https://github.com/jdemeyer"><code>@jdemeyer</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li>
<li>chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/358">apache/arrow-go#358</a></li>
<li>fix(arrow/array): optional struct array with required field by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/359">apache/arrow-go#359</a></li>
<li>feat(parquet/schema): initial variant logical type by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/352">apache/arrow-go#352</a></li>
<li>chore: Bump actions/setup-python from 5.5.0 to 5.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/363">apache/arrow-go#363</a></li>
<li>chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/364">apache/arrow-go#364</a></li>
<li>chore(arrow): remove most lock copies by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/362">apache/arrow-go#362</a></li>
<li>Fix panic when WriteDataPage fails by <a href="https://github.com/ashishnegi"><code>@ashishnegi</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li>
<li><a href="https://redirect.github.com/apache/arrow-go/issues/46087">GH-46087</a>: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables by <a href="https://github.com/mateuszrzeszutek"><code>@mateuszrzeszutek</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li>
<li>chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/367">apache/arrow-go#367</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sahib"><code>@sahib</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li>
<li><a href="https://github.com/jdemeyer"><code>@jdemeyer</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li>
<li><a href="https://github.com/ashishnegi"><code>@ashishnegi</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li>
<li><a href="https://github.com/mateuszrzeszutek"><code>@mateuszrzeszutek</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0">https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0</a></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/arrow-go/commit/436b24d6b6a68217984c51adda312bf0af2666cf"><code>436b24d</code></a> chore(arrow): update PkgVersion</li>
<li><a href="https://github.com/apache/arrow-go/commit/3a3edecd5ef7867416eaf4b7e060fed0010b146f"><code>3a3edec</code></a> chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/367">#367</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/355d5639c1fef6e03a66187a65457feece95d0ec"><code>355d563</code></a> <a href="https://redirect.github.com/apache/arrow-go/issues/46087">GH-46087</a>: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGe...</li>
<li><a href="https://github.com/apache/arrow-go/commit/b624664ccff6d1e18c95912f51f35b6a21584a6e"><code>b624664</code></a> Fix panic when WriteDataPage fails (<a href="https://redirect.github.com/apache/arrow-go/issues/366">#366</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/bcaf45378899f6bec22b7c37675afad9a172b3a5"><code>bcaf453</code></a> chore(arrow): remove most lock copies (<a href="https://redirect.github.com/apache/arrow-go/issues/362">#362</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/824cc1a6beaf89ead12eca71fa737063addd0056"><code>824cc1a</code></a> chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/364">#364</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/2e692aede94dc37d9efdc40f500e0d3761166c7b"><code>2e692ae</code></a> chore: Bump actions/setup-python from 5.5.0 to 5.6.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/363">#363</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/5ae8b27ab3578e575d4b445217f55359ffe27e0c"><code>5ae8b27</code></a> feat(parquet/schema): initial variant logical type (<a href="https://redirect.github.com/apache/arrow-go/issues/352">#352</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/9efe04b210beda9145716b9f315db9cc6348f62b"><code>9efe04b</code></a> fix(arrow/array): optional struct array with required field (<a href="https://redirect.github.com/apache/arrow-go/issues/359">#359</a>)</li>
<li><a href="https://github.com/apache/arrow-go/commit/a62d36fba3b2df5be1d61a4a34fbd9bf0756676e"><code>a62d36f</code></a> chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/358">#358</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.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>
Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>1 parent 5240670 commit c952139
2 files changed
Lines changed: 21 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
0 commit comments