Skip to content

Commit 0b5b4dd

Browse files
chore: bump github.com/apache/arrow-go/v18 from 18.5.0 to 18.5.1 in /CDataWGo (#132)
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.5.0 to 18.5.1. <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.5.1</h2> <h2>What's Changed</h2> <ul> <li>fix(internal): fix assertion on undefined behavior by <a href="https://github.com/amoeba"><code>@​amoeba</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/602">apache/arrow-go#602</a></li> <li>chore: Bump actions/upload-artifact from 5.0.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/611">apache/arrow-go#611</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/607">apache/arrow-go#607</a></li> <li>chore: Bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/616">apache/arrow-go#616</a></li> <li>chore: Bump golang.org/x/tools from 0.39.0 to 0.40.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/609">apache/arrow-go#609</a></li> <li>chore: Bump actions/cache from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/608">apache/arrow-go#608</a></li> <li>chore: Bump actions/download-artifact from 6.0.0 to 7.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/610">apache/arrow-go#610</a></li> <li>ci(benchmark): switch to new conbench instance by <a href="https://github.com/rok"><code>@​rok</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/593">apache/arrow-go#593</a></li> <li>fix(flight): make StreamChunksFromReader ctx aware and cancellation-safe by <a href="https://github.com/arnoldwakim"><code>@​arnoldwakim</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/615">apache/arrow-go#615</a></li> <li>fix(parquet/variant): fix basic stringify by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/624">apache/arrow-go#624</a></li> <li>chore: Bump github.com/google/flatbuffers from 25.9.23+incompatible to 25.12.19+incompatible by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/617">apache/arrow-go#617</a></li> <li>chore: Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/621">apache/arrow-go#621</a></li> <li>chore: Bump golang.org/x/tools from 0.40.0 to 0.41.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/626">apache/arrow-go#626</a></li> <li>fix(parquet/pqarrow): fix partial struct panic by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/630">apache/arrow-go#630</a></li> <li>Flaky test fixes by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/629">apache/arrow-go#629</a></li> <li>ipc: clear variadicCounts in recordEncoder.reset() by <a href="https://github.com/asubiotto"><code>@​asubiotto</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/631">apache/arrow-go#631</a></li> <li>fix(arrow/cdata): Handle errors to prevent panic by <a href="https://github.com/xiaocai2333"><code>@​xiaocai2333</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/614">apache/arrow-go#614</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.0 to 7.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/612">apache/arrow-go#612</a></li> <li>chore: bump version to 18.5.1 by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/632">apache/arrow-go#632</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rok"><code>@​rok</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/593">apache/arrow-go#593</a></li> <li><a href="https://github.com/asubiotto"><code>@​asubiotto</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/631">apache/arrow-go#631</a></li> <li><a href="https://github.com/xiaocai2333"><code>@​xiaocai2333</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/614">apache/arrow-go#614</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/arrow-go/compare/v18.5.0...v18.5.1">https://github.com/apache/arrow-go/compare/v18.5.0...v18.5.1</a></p> <h2>Apache Arrow Go v18.5.1-rc0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-go/commit/aa8a6b8fec2a9ba1003b891aeb70153a3987ec36"><code>aa8a6b8</code></a> chore: bump version to 18.5.1 (<a href="https://redirect.github.com/apache/arrow-go/issues/632">#632</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/47face2c82fed07e23c6f5f7a5261990a581b8b9"><code>47face2</code></a> chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.0 to 7.2.2 (<a href="https://redirect.github.com/apache/arrow-go/issues/612">#612</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/bb9d77ac8888f95d418342706a04d014f3ff8a25"><code>bb9d77a</code></a> fix(arrow/cdata): Handle errors to prevent panic (<a href="https://redirect.github.com/apache/arrow-go/issues/614">#614</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/64d02708e6b0d80592dd001c5a1e4a8922a39971"><code>64d0270</code></a> ipc: clear variadicCounts in recordEncoder.reset() (<a href="https://redirect.github.com/apache/arrow-go/issues/631">#631</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/513f1ce40a7944ec4fa5bc86e7e63a58370c7ed6"><code>513f1ce</code></a> Flaky test fixes (<a href="https://redirect.github.com/apache/arrow-go/issues/629">#629</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/b9aa984ccc4e68e1fd4b86528dfe9298a7207224"><code>b9aa984</code></a> fix(parquet/pqarrow): fix partial struct panic (<a href="https://redirect.github.com/apache/arrow-go/issues/630">#630</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/fd3939f1b767cd4fd6856c24c4e2830a933ff47f"><code>fd3939f</code></a> chore: Bump golang.org/x/tools from 0.40.0 to 0.41.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/626">#626</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/7619fa4c1aac76f1f76dbadf688ff43ed31f5862"><code>7619fa4</code></a> chore: Bump google.golang.org/grpc from 1.77.0 to 1.78.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/621">#621</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/e8d4d719be7f16c4e2dc72fb2ddec44c7cf7aec0"><code>e8d4d71</code></a> chore: Bump github.com/google/flatbuffers from 25.9.23+incompatible to 25.12....</li> <li><a href="https://github.com/apache/arrow-go/commit/4acb3d154cd5cccfa0e464d0815165ac449fbdcc"><code>4acb3d1</code></a> fix(parquet/variant): fix basic stringify (<a href="https://redirect.github.com/apache/arrow-go/issues/624">#624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-go/compare/v18.5.0...v18.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/apache/arrow-go/v18&package-manager=go_modules&previous-version=18.5.0&new-version=18.5.1)](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 271c948 commit 0b5b4dd

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

CDataWGo/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ go 1.24.0
2020

2121
toolchain go1.24.1
2222

23-
require github.com/apache/arrow-go/v18 v18.5.0
23+
require github.com/apache/arrow-go/v18 v18.5.1
2424

2525
require (
2626
github.com/goccy/go-json v0.10.5 // indirect
27-
github.com/google/flatbuffers v25.9.23+incompatible // indirect
27+
github.com/google/flatbuffers v25.12.19+incompatible // indirect
2828
github.com/klauspost/compress v1.18.2 // indirect
2929
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
30-
github.com/pierrec/lz4/v4 v4.1.22 // indirect
30+
github.com/pierrec/lz4/v4 v4.1.23 // indirect
3131
github.com/zeebo/xxh3 v1.0.2 // indirect
3232
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
33-
golang.org/x/mod v0.30.0 // indirect
33+
golang.org/x/mod v0.32.0 // indirect
3434
golang.org/x/sync v0.19.0 // indirect
35-
golang.org/x/sys v0.39.0 // indirect
36-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
37-
golang.org/x/tools v0.39.0 // indirect
35+
golang.org/x/sys v0.40.0 // indirect
36+
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect
37+
golang.org/x/tools v0.41.0 // indirect
3838
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
3939
)

CDataWGo/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
22
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
3-
github.com/apache/arrow-go/v18 v18.5.0 h1:rmhKjVA+MKVnQIMi/qnM0OxeY4tmHlN3/Pvu+Itmd6s=
4-
github.com/apache/arrow-go/v18 v18.5.0/go.mod h1:F1/wPb3bUy6ZdP4kEPWC7GUZm+yDmxXFERK6uDSkhr8=
3+
github.com/apache/arrow-go/v18 v18.5.1 h1:yaQ6zxMGgf9YCYw4/oaeOU3AULySDlAYDOcnr4LdHdI=
4+
github.com/apache/arrow-go/v18 v18.5.1/go.mod h1:OCCJsmdq8AsRm8FkBSSmYTwL/s4zHW9CqxeBxEytkNE=
55
github.com/apache/thrift v0.22.0 h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc=
66
github.com/apache/thrift v0.22.0/go.mod h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJeynQ+/g=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -10,8 +10,8 @@ github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
1010
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
1111
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
1212
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
13-
github.com/google/flatbuffers v25.9.23+incompatible h1:rGZKv+wOb6QPzIdkM2KxhBZCDrA0DeN6DNmRDrqIsQU=
14-
github.com/google/flatbuffers v25.9.23+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
13+
github.com/google/flatbuffers v25.12.19+incompatible h1:haMV2JRRJCe1998HeW/p0X9UaMTK6SDo0ffLn2+DbLs=
14+
github.com/google/flatbuffers v25.12.19+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
1515
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1616
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1717
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
@@ -26,8 +26,8 @@ github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 h1:AMFGa4R4MiIpsp
2626
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
2727
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=
2828
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE=
29-
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
30-
github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
29+
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
30+
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
3131
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3333
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
@@ -38,16 +38,16 @@ github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
3838
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
3939
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 h1:R84qjqJb5nVJMxqWYb3np9L5ZsaDtB+a39EqjV0JSUM=
4040
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0/go.mod h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8=
41-
golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
42-
golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
41+
golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c=
42+
golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU=
4343
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
4444
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
45-
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
46-
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
47-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 h1:E2/AqCUMZGgd73TQkxUMcMla25GB9i/5HOdLr+uH7Vo=
48-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54/go.mod h1:hKdjCMrbv9skySur+Nek8Hd0uJ0GuxJIoIX2payrIdQ=
49-
golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ=
50-
golang.org/x/tools v0.39.0/go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ=
45+
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
46+
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
47+
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 h1:O1cMQHRfwNpDfDJerqRoE2oD+AFlyid87D40L/OkkJo=
48+
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2/go.mod h1:b7fPSJ0pKZ3ccUh8gnTONJxhn3c/PS6tyzQvyqw4iA8=
49+
golang.org/x/tools v0.41.0 h1:a9b8iMweWG+S0OBnlU36rzLp20z1Rp10w+IY2czHTQc=
50+
golang.org/x/tools v0.41.0/go.mod h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg=
5151
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
5252
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
5353
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=

0 commit comments

Comments
 (0)