Commit c12c6f6
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.6.0 (#645)
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 0dad351 commit c12c6f6
2 files changed
Lines changed: 14 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | | - | |
69 | 67 | | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | | - | |
74 | | - | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 74 | + | |
| 75 | + | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 86 | | |
95 | 87 | | |
96 | 88 | | |
| |||
109 | 101 | | |
110 | 102 | | |
111 | 103 | | |
112 | | - | |
113 | | - | |
| 104 | + | |
| 105 | + | |
114 | 106 | | |
115 | 107 | | |
116 | 108 | | |
| |||
160 | 152 | | |
161 | 153 | | |
162 | 154 | | |
163 | | - | |
164 | | - | |
165 | 155 | | |
166 | 156 | | |
167 | | - | |
168 | | - | |
169 | 157 | | |
170 | 158 | | |
171 | 159 | | |
172 | 160 | | |
173 | | - | |
174 | | - | |
175 | 161 | | |
176 | 162 | | |
177 | 163 | | |
178 | 164 | | |
179 | 165 | | |
180 | 166 | | |
181 | 167 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 168 | | |
187 | 169 | | |
188 | 170 | | |
| |||
0 commit comments