Commit 4e067ef
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.6.0 (#746)
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.2` → `v18.6.0` |  |  |
---
### Release Notes
<details>
<summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary>
### [`v18.6.0`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.6.0): Apache Arrow Go 18.6.0
[Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.5.2...v18.6.0)
##### What's Changed
- chore(dev/post-website): improve email generation by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​685](https://redirect.github.com/apache/arrow-go/pull/685)
- chore(fixup): silly mistake by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​686](https://redirect.github.com/apache/arrow-go/pull/686)
- chore(dev/release): use release/KEYS instead of dev/KEYS by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​683](https://redirect.github.com/apache/arrow-go/pull/683)
- chore: Bump github.com/pterm/pterm from 0.12.82 to 0.12.83 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​681](https://redirect.github.com/apache/arrow-go/pull/681)
- chore: Bump actions/setup-go from 6.2.0 to 6.3.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​678](https://redirect.github.com/apache/arrow-go/pull/678)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.4.0 to 7.5.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​682](https://redirect.github.com/apache/arrow-go/pull/682)
- chore: Bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​680](https://redirect.github.com/apache/arrow-go/pull/680)
- chore: Bump actions/download-artifact from 7.0.0 to 8.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​679](https://redirect.github.com/apache/arrow-go/pull/679)
- fix(arrow/flight/session): fix flaky race condition test by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​687](https://redirect.github.com/apache/arrow-go/pull/687)
- feat(parquet/file): pre-allocate BinaryBuilder data buffer using column chunk metadata to eliminate resize overhead by [@​junyan-ling](https://redirect.github.com/junyan-ling) in [#​689](https://redirect.github.com/apache/arrow-go/pull/689)
- fix(arrow-go/flightsql): route QueryContext through active transaction by [@​wjywbs](https://redirect.github.com/wjywbs) in [#​692](https://redirect.github.com/apache/arrow-go/pull/692)
- fix(parquet/file): use adaptive batch sizing to avoid panic by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​690](https://redirect.github.com/apache/arrow-go/pull/690)
- fix: add nullability to struct type String() by [@​Willem-J-an](https://redirect.github.com/Willem-J-an) in [#​700](https://redirect.github.com/apache/arrow-go/pull/700)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.0 to 7.5.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​698](https://redirect.github.com/apache/arrow-go/pull/698)
- chore: Bump github.com/pierrec/lz4/v4 from 4.1.25 to 4.1.26 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​696](https://redirect.github.com/apache/arrow-go/pull/696)
- chore: Bump docker/login-action from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​695](https://redirect.github.com/apache/arrow-go/pull/695)
- perf(arrow/compute): improve take kernel perf by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​702](https://redirect.github.com/apache/arrow-go/pull/702)
- perf(arrow/array): pre-alloc bulk appends by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​699](https://redirect.github.com/apache/arrow-go/pull/699)
- chore: Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​697](https://redirect.github.com/apache/arrow-go/pull/697)
- perf(parquet): dictionary impl cleanup by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​701](https://redirect.github.com/apache/arrow-go/pull/701)
- fix(parquet/pqarrow): fix Decimal256 sign extension by [@​dimakuz](https://redirect.github.com/dimakuz) in [#​711](https://redirect.github.com/apache/arrow-go/pull/711)
- perf(parquet): remove string concatenation in hot debug assert by [@​starpact](https://redirect.github.com/starpact) in [#​708](https://redirect.github.com/apache/arrow-go/pull/708)
- fix(avro): correctly set nullability for ListType by [@​Willem-J-an](https://redirect.github.com/Willem-J-an) in [#​709](https://redirect.github.com/apache/arrow-go/pull/709)
- perf(parquet/file): avoid double bool bitmap conversion by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​707](https://redirect.github.com/apache/arrow-go/pull/707)
- fix(compute): fix data race and memory leak in concurrent is\_in kernel by [@​laskoviymishka](https://redirect.github.com/laskoviymishka) in [#​712](https://redirect.github.com/apache/arrow-go/pull/712)
- perf(parquet/compress): set zstd pool encoder concurrency to 1 by [@​dimakuz](https://redirect.github.com/dimakuz) in [#​717](https://redirect.github.com/apache/arrow-go/pull/717)
- chore: Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​724](https://redirect.github.com/apache/arrow-go/pull/724)
- perf(parquet): optimize stats and bloom filters for bool columns by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​715](https://redirect.github.com/apache/arrow-go/pull/715)
- chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​718](https://redirect.github.com/apache/arrow-go/pull/718)
- fix(parquet): strip repetition\_type from root SchemaElement during serialization by [@​hcrosse](https://redirect.github.com/hcrosse) in [#​723](https://redirect.github.com/apache/arrow-go/pull/723)
- chore: Update CI with Go 1.25/1.26 by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​725](https://redirect.github.com/apache/arrow-go/pull/725)
- chore: Bump modernc.org/sqlite from 1.46.1 to 1.46.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​720](https://redirect.github.com/apache/arrow-go/pull/720)
- chore: Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​694](https://redirect.github.com/apache/arrow-go/pull/694)
- chore: Bump golang.org/x/tools from 0.42.0 to 0.43.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​719](https://redirect.github.com/apache/arrow-go/pull/719)
- Test and fix for bug in selectMapimpl by [@​wwarner-inf](https://redirect.github.com/wwarner-inf) in [#​726](https://redirect.github.com/apache/arrow-go/pull/726)
- chore: pin docker/login-action for ASF allowlist by [@​lidavidm](https://redirect.github.com/lidavidm) in [#​729](https://redirect.github.com/apache/arrow-go/pull/729)
- fix(parquet/pqarrow): return an error on pqarrow write calls if the writer is already closed by [@​alexandre-normand](https://redirect.github.com/alexandre-normand) in [#​728](https://redirect.github.com/apache/arrow-go/pull/728)
- ci: fix mingw GO\_VERSION by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​733](https://redirect.github.com/apache/arrow-go/pull/733)
- ci: fix tinygo build with maphash by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​734](https://redirect.github.com/apache/arrow-go/pull/734)
- perf(parquet/internal/encoding): vectorize amd64 bool unpack by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​735](https://redirect.github.com/apache/arrow-go/pull/735)
- perf(parquet): eliminate per-value allocation in delta bit-pack decoder by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​730](https://redirect.github.com/apache/arrow-go/pull/730)
- fix(parquet): eagerly release adaptive bloom filter candidate buffers + skip flaky flight tests in CI by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​743](https://redirect.github.com/apache/arrow-go/pull/743)
- perf(parquet): vectorize ARM64 NEON bool unpacking for \~4x throughput by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​731](https://redirect.github.com/apache/arrow-go/pull/731)
- chore: Bump github.com/goccy/go-json from 0.10.5 to 0.10.6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​741](https://redirect.github.com/apache/arrow-go/pull/741)
- chore: Bump modernc.org/sqlite from 1.47.0 to 1.48.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​740](https://redirect.github.com/apache/arrow-go/pull/740)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.1 to 7.6.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​739](https://redirect.github.com/apache/arrow-go/pull/739)
- chore: Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​738](https://redirect.github.com/apache/arrow-go/pull/738)
- chore: Bump actions/setup-go from 6.3.0 to 6.4.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​737](https://redirect.github.com/apache/arrow-go/pull/737)
- fix: eliminate per-element heap allocs in is\_in kernel for binary types by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​745](https://redirect.github.com/apache/arrow-go/pull/745)
- chore: Bump docker/login-action from 4.0.0 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​750](https://redirect.github.com/apache/arrow-go/pull/750)
- chore: Bump google.golang.org/grpc from 1.79.3 to 1.80.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​751](https://redirect.github.com/apache/arrow-go/pull/751)
- chore: Bump modernc.org/sqlite from 1.48.0 to 1.48.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​752](https://redirect.github.com/apache/arrow-go/pull/752)
- chore: Bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​753](https://redirect.github.com/apache/arrow-go/pull/753)
- chore: Bump github.com/substrait-io/substrait-go from v7.6.0 to v8.0.0 by [@​benbellick](https://redirect.github.com/benbellick) in [#​754](https://redirect.github.com/apache/arrow-go/pull/754)
- chore(deps): replace golang/snappy with klauspost/compress/snappy by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​762](https://redirect.github.com/apache/arrow-go/pull/762)
- chore: remove mentions of compatibility with go toolchain < go1.18 by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​760](https://redirect.github.com/apache/arrow-go/pull/760)
- fix(arrow/cdata, arrow/flight): fix handling of colons in values and fix potential panics by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​761](https://redirect.github.com/apache/arrow-go/pull/761)
- test(parquet/file): add regression test for mixed-size ByteArray WriteBatch by [@​kli19](https://redirect.github.com/kli19) in [#​757](https://redirect.github.com/apache/arrow-go/pull/757)
- chore: remove tools.go files in favor of go.mod "tool" directive by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​759](https://redirect.github.com/apache/arrow-go/pull/759)
- refactor(parquet/cmd): replace uses of github.com/docopt/docopt-go by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​764](https://redirect.github.com/apache/arrow-go/pull/764)
- feat(arrow/compute): sort support by [@​hamilton-earthscope](https://redirect.github.com/hamilton-earthscope) in [#​749](https://redirect.github.com/apache/arrow-go/pull/749)
- chore: Bump actions/github-script from 8.0.0 to 9.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​765](https://redirect.github.com/apache/arrow-go/pull/765)
- chore: Bump actions/upload-artifact from 7.0.0 to 7.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​766](https://redirect.github.com/apache/arrow-go/pull/766)
- chore: Bump golang.org/x/sys from 0.42.0 to 0.43.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​767](https://redirect.github.com/apache/arrow-go/pull/767)
- chore: Bump modernc.org/sqlite from 1.48.1 to 1.48.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​768](https://redirect.github.com/apache/arrow-go/pull/768)
- chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.0 to 8.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​769](https://redirect.github.com/apache/arrow-go/pull/769)
- chore: replace golang.org/x/xerrors for stdlib errors by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​763](https://redirect.github.com/apache/arrow-go/pull/763)
- fix(arrow): formatting lint issue by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​770](https://redirect.github.com/apache/arrow-go/pull/770)
- feat(arrow/array): add Validate/ValidateFull to binary and string arrays by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​747](https://redirect.github.com/apache/arrow-go/pull/747)
- `UnsafeAppendBoolToBitmap` for dictionary and REE builders by [@​serramatutu](https://redirect.github.com/serramatutu) in [#​758](https://redirect.github.com/apache/arrow-go/pull/758)
- perf: optimize ARM64 NEON min/max assembly by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​748](https://redirect.github.com/apache/arrow-go/pull/748)
- fix(parquet/pqarrow): normalize the element name in the stored ARROW:schema by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​746](https://redirect.github.com/apache/arrow-go/pull/746)
- chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.1 to 8.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​776](https://redirect.github.com/apache/arrow-go/pull/776)
- chore: Bump modernc.org/sqlite from 1.48.2 to 1.49.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​775](https://redirect.github.com/apache/arrow-go/pull/775)
- fix(parquet): clarify docstring on Close method of FileWriter, proper err output by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​774](https://redirect.github.com/apache/arrow-go/pull/774)
- feat(arrow/array): Add new arreflect package by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​771](https://redirect.github.com/apache/arrow-go/pull/771)
- chore(arrow): bump to v18.6.0 by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​778](https://redirect.github.com/apache/arrow-go/pull/778)
##### New Contributors
- [@​junyan-ling](https://redirect.github.com/junyan-ling) made their first contribution in [#​689](https://redirect.github.com/apache/arrow-go/pull/689)
- [@​wjywbs](https://redirect.github.com/wjywbs) made their first contribution in [#​692](https://redirect.github.com/apache/arrow-go/pull/692)
- [@​dimakuz](https://redirect.github.com/dimakuz) made their first contribution in [#​711](https://redirect.github.com/apache/arrow-go/pull/711)
- [@​starpact](https://redirect.github.com/starpact) made their first contribution in [#​708](https://redirect.github.com/apache/arrow-go/pull/708)
- [@​laskoviymishka](https://redirect.github.com/laskoviymishka) made their first contribution in [#​712](https://redirect.github.com/apache/arrow-go/pull/712)
- [@​hcrosse](https://redirect.github.com/hcrosse) made their first contribution in [#​723](https://redirect.github.com/apache/arrow-go/pull/723)
- [@​wwarner-inf](https://redirect.github.com/wwarner-inf) made their first contribution in [#​726](https://redirect.github.com/apache/arrow-go/pull/726)
- [@​alexandre-normand](https://redirect.github.com/alexandre-normand) made their first contribution in [#​728](https://redirect.github.com/apache/arrow-go/pull/728)
- [@​benbellick](https://redirect.github.com/benbellick) made their first contribution in [#​754](https://redirect.github.com/apache/arrow-go/pull/754)
- [@​thaJeztah](https://redirect.github.com/thaJeztah) made their first contribution in [#​762](https://redirect.github.com/apache/arrow-go/pull/762)
- [@​kli19](https://redirect.github.com/kli19) made their first contribution in [#​757](https://redirect.github.com/apache/arrow-go/pull/757)
- [@​serramatutu](https://redirect.github.com/serramatutu) made their first contribution in [#​758](https://redirect.github.com/apache/arrow-go/pull/758)
**Full Changelog**: <apache/arrow-go@v18.5.2...v18.6.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "before 3am on Monday"
- 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 [Mend Renovate](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent da469ca commit 4e067ef
2 files changed
Lines changed: 12 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
47 | | - | |
48 | 43 | | |
49 | 44 | | |
50 | | - | |
51 | | - | |
| 45 | + | |
52 | 46 | | |
53 | | - | |
54 | | - | |
55 | 47 | | |
56 | | - | |
| 48 | + | |
57 | 49 | | |
58 | 50 | | |
59 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | | - | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
| |||
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 73 | | |
82 | 74 | | |
83 | 75 | | |
| |||
129 | 121 | | |
130 | 122 | | |
131 | 123 | | |
132 | | - | |
133 | | - | |
134 | 124 | | |
135 | 125 | | |
136 | 126 | | |
137 | 127 | | |
138 | 128 | | |
139 | 129 | | |
140 | 130 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 131 | + | |
| 132 | + | |
145 | 133 | | |
146 | 134 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 135 | | |
152 | 136 | | |
153 | 137 | | |
154 | 138 | | |
155 | | - | |
156 | | - | |
| 139 | + | |
| 140 | + | |
157 | 141 | | |
158 | 142 | | |
159 | 143 | | |
| |||
0 commit comments