Skip to content

Commit 8f7e069

Browse files
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.5.2 (#614)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/apache/arrow-go/v18](https://redirect.github.com/apache/arrow-go) | `v18.5.1` → `v18.5.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2farrow-go%2fv18/v18.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2farrow-go%2fv18/v18.5.1/v18.5.2?slim=true) | --- ### Release Notes <details> <summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary> ### [`v18.5.2`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.5.2) [Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.5.1...v18.5.2) #### What's Changed - chore: bump parquet-testing submodule by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;633](https://redirect.github.com/apache/arrow-go/pull/633) - fix(arrow/array): handle empty binary values correctly in BinaryBuilder by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;634](https://redirect.github.com/apache/arrow-go/pull/634) - test(arrow/array): add test to binary builder by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;636](https://redirect.github.com/apache/arrow-go/pull/636) - chore: Bump modernc.org/sqlite from 1.29.6 to 1.44.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;627](https://redirect.github.com/apache/arrow-go/pull/627) - chore: Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;643](https://redirect.github.com/apache/arrow-go/pull/643) - chore: Bump github.com/hamba/avro/v2 from 2.30.0 to 2.31.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;641](https://redirect.github.com/apache/arrow-go/pull/641) - chore: Bump github.com/pierrec/lz4/v4 from 4.1.23 to 4.1.25 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;639](https://redirect.github.com/apache/arrow-go/pull/639) - chore: Bump actions/setup-go from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;638](https://redirect.github.com/apache/arrow-go/pull/638) - chore: Bump github.com/klauspost/compress from 1.18.2 to 1.18.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;640](https://redirect.github.com/apache/arrow-go/pull/640) - chore: Bump modernc.org/sqlite from 1.44.1 to 1.44.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;642](https://redirect.github.com/apache/arrow-go/pull/642) - fix(parquet): decryption of V2 data pages by [@&#8203;daniel-adam-tfs](https://redirect.github.com/daniel-adam-tfs) in [#&#8203;596](https://redirect.github.com/apache/arrow-go/pull/596) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.78.1 to 0.79.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;651](https://redirect.github.com/apache/arrow-go/pull/651) - chore: Bump github.com/zeebo/xxh3 from 1.0.2 to 1.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;649](https://redirect.github.com/apache/arrow-go/pull/649) - chore: Bump actions/setup-python from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;650](https://redirect.github.com/apache/arrow-go/pull/650) - chore: Bump actions/checkout from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;648](https://redirect.github.com/apache/arrow-go/pull/648) - perf(arrow): Reduce the amount of allocated objects by [@&#8203;spiridonov](https://redirect.github.com/spiridonov) in [#&#8203;645](https://redirect.github.com/apache/arrow-go/pull/645) - fix(parquet/file): regression with decompressing data by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;652](https://redirect.github.com/apache/arrow-go/pull/652) - fix(arrow/compute): take on record/array with nested struct by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;653](https://redirect.github.com/apache/arrow-go/pull/653) - fix(parquet/file): write large string values by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;655](https://redirect.github.com/apache/arrow-go/pull/655) - chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.2 to 7.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;656](https://redirect.github.com/apache/arrow-go/pull/656) - chore: Bump golang.org/x/sys from 0.40.0 to 0.41.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;659](https://redirect.github.com/apache/arrow-go/pull/659) - ci: ensure extra GC cycle for flaky tests by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;661](https://redirect.github.com/apache/arrow-go/pull/661) - chore: Bump github.com/klauspost/compress from 1.18.3 to 1.18.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;660](https://redirect.github.com/apache/arrow-go/pull/660) - chore: Bump modernc.org/sqlite from 1.44.3 to 1.45.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;658](https://redirect.github.com/apache/arrow-go/pull/658) - chore: Bump golang.org/x/tools from 0.41.0 to 0.42.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;657](https://redirect.github.com/apache/arrow-go/pull/657) - fix(arrow/array): handle exponent notation for unmarshal int by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;662](https://redirect.github.com/apache/arrow-go/pull/662) - fix(flight/flightsql/driver): fix `time.Time` params by [@&#8203;etodd](https://redirect.github.com/etodd) in [#&#8203;666](https://redirect.github.com/apache/arrow-go/pull/666) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.79.0 to 0.80.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;664](https://redirect.github.com/apache/arrow-go/pull/664) - chore: Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;665](https://redirect.github.com/apache/arrow-go/pull/665) - fix(parquet): bss encoding and tests on big endian systems by [@&#8203;daniel-adam-tfs](https://redirect.github.com/daniel-adam-tfs) in [#&#8203;663](https://redirect.github.com/apache/arrow-go/pull/663) - fix(parquet/pqarrow): selective column reading of complex map column by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;668](https://redirect.github.com/apache/arrow-go/pull/668) - feat(arrow/ipc): support custom\_metadata on RecordBatch messages by [@&#8203;rustyconover](https://redirect.github.com/rustyconover) in [#&#8203;669](https://redirect.github.com/apache/arrow-go/pull/669) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.80.0 to 0.81.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;671](https://redirect.github.com/apache/arrow-go/pull/671) - chore: Bump modernc.org/sqlite from 1.45.0 to 1.46.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;670](https://redirect.github.com/apache/arrow-go/pull/670) - chore: Bump github.com/substrait-io/substrait-go/v7 from 7.3.0 to 7.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;672](https://redirect.github.com/apache/arrow-go/pull/672) - feat: Support setting IPC options in FlightSQL call options by [@&#8203;peasee](https://redirect.github.com/peasee) in [#&#8203;674](https://redirect.github.com/apache/arrow-go/pull/674) - chore(dev/release): embed hash of source tarball into email by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;675](https://redirect.github.com/apache/arrow-go/pull/675) - chore(arrow): bump PkgVersion to 18.5.2 by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;676](https://redirect.github.com/apache/arrow-go/pull/676) #### New Contributors - [@&#8203;spiridonov](https://redirect.github.com/spiridonov) made their first contribution in [#&#8203;645](https://redirect.github.com/apache/arrow-go/pull/645) - [@&#8203;etodd](https://redirect.github.com/etodd) made their first contribution in [#&#8203;666](https://redirect.github.com/apache/arrow-go/pull/666) - [@&#8203;rustyconover](https://redirect.github.com/rustyconover) made their first contribution in [#&#8203;669](https://redirect.github.com/apache/arrow-go/pull/669) - [@&#8203;peasee](https://redirect.github.com/peasee) made their first contribution in [#&#8203;674](https://redirect.github.com/apache/arrow-go/pull/674) **Full Changelog**: <apache/arrow-go@v18.5.1...v18.5.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 306a868 commit 8f7e069

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/Masterminds/semver v1.5.0
7-
github.com/apache/arrow-go/v18 v18.5.1
7+
github.com/apache/arrow-go/v18 v18.5.2
88
github.com/avast/retry-go/v5 v5.0.0
99
github.com/cloudquery/cloudquery-api-go v1.14.8
1010
github.com/distribution/reference v0.6.0
@@ -40,7 +40,7 @@ require (
4040
github.com/google/flatbuffers v25.12.19+incompatible // indirect
4141
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4242
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
43-
github.com/klauspost/compress v1.18.2 // indirect
43+
github.com/klauspost/compress v1.18.4 // indirect
4444
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
4545
github.com/mattn/go-colorable v0.1.13 // indirect
4646
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -51,11 +51,11 @@ require (
5151
github.com/morikuni/aec v1.0.0 // indirect
5252
github.com/oapi-codegen/runtime v1.1.2 // indirect
5353
github.com/opencontainers/go-digest v1.0.0 // indirect
54-
github.com/pierrec/lz4/v4 v4.1.23 // indirect
54+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
5555
github.com/pkg/errors v0.9.1 // indirect
5656
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5757
github.com/rivo/uniseg v0.4.7 // indirect
58-
github.com/zeebo/xxh3 v1.0.2 // indirect
58+
github.com/zeebo/xxh3 v1.1.0 // indirect
5959
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
6060
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
6161
go.opentelemetry.io/otel v1.39.0 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5
77
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
88
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
99
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
10-
github.com/apache/arrow-go/v18 v18.5.1 h1:yaQ6zxMGgf9YCYw4/oaeOU3AULySDlAYDOcnr4LdHdI=
11-
github.com/apache/arrow-go/v18 v18.5.1/go.mod h1:OCCJsmdq8AsRm8FkBSSmYTwL/s4zHW9CqxeBxEytkNE=
10+
github.com/apache/arrow-go/v18 v18.5.2 h1:3uoHjoaEie5eVsxx/Bt64hKwZx4STb+beAkqKOlq/lY=
11+
github.com/apache/arrow-go/v18 v18.5.2/go.mod h1:yNoizNTT4peTciJ7V01d2EgOkE1d0fQ1vZcFOsVtFsw=
1212
github.com/apache/thrift v0.22.0 h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc=
1313
github.com/apache/thrift v0.22.0/go.mod h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJeynQ+/g=
1414
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
@@ -77,8 +77,8 @@ github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPci
7777
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213/go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw=
7878
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
7979
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
80-
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
81-
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
80+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
81+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
8282
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
8383
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
8484
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
@@ -113,8 +113,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
113113
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
114114
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
115115
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
116-
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
117-
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
116+
github.com/pierrec/lz4/v4 v4.1.25 h1:kocOqRffaIbU5djlIBr7Wh+cx82C0vtFb0fOurZHqD0=
117+
github.com/pierrec/lz4/v4 v4.1.25/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
118118
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
119119
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
120120
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -141,8 +141,8 @@ github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw=
141141
github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q=
142142
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
143143
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
144-
github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
145-
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
144+
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
145+
github.com/zeebo/xxh3 v1.1.0/go.mod h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
146146
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
147147
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
148148
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk=
@@ -190,8 +190,8 @@ golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k=
190190
golang.org/x/tools v0.42.0/go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
191191
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
192192
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
193-
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
194-
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
193+
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
194+
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
195195
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 h1:fCvbg86sFXwdrl5LgVcTEvNC+2txB5mgROGmRL5mrls=
196196
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:+rXWjjaukWZun3mLfjmVnQi18E1AsFbDN9QdJ5YXLto=
197197
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=

0 commit comments

Comments
 (0)