Commit f9f136d
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.3.0 (#2173)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/apache/arrow-go/v18](https://redirect.github.com/apache/arrow-go) | require | minor | `v18.2.0` -> `v18.3.0` |
---
### Release Notes
<details>
<summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary>
### [`v18.3.0`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.3.0)
[Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.2.0...v18.3.0)
##### What's Changed
- chore: Bump golang.org/x/sync from 0.11.0 to 0.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/308](https://redirect.github.com/apache/arrow-go/pull/308)
- chore: Bump golang.org/x/net from 0.35.0 to 0.36.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/313](https://redirect.github.com/apache/arrow-go/pull/313)
- feat(arrow/array): convert RecordReader and iterators by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/314](https://redirect.github.com/apache/arrow-go/pull/314)
- refactor(arrow/array): replace some codegen with generics by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/315](https://redirect.github.com/apache/arrow-go/pull/315)
- chore: Bump golang.org/x/tools from 0.30.0 to 0.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/317](https://redirect.github.com/apache/arrow-go/pull/317)
- chore: Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/316](https://redirect.github.com/apache/arrow-go/pull/316)
- feat(parquet/pqarrow): Add SeekToRow for RecordReader by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/321](https://redirect.github.com/apache/arrow-go/pull/321)
- fix: go's atomic operations require 64bit alignment in structs on ARM by [@​sahib](https://redirect.github.com/sahib) in [https://github.com/apache/arrow-go/pull/323](https://redirect.github.com/apache/arrow-go/pull/323)
- feat(arrow/compute): implement "is_in" function by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/319](https://redirect.github.com/apache/arrow-go/pull/319)
- fix(parquet/pqarrow): fix propagation of FieldIds for nested fields by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/324](https://redirect.github.com/apache/arrow-go/pull/324)
- Fix: Handle null values in PlainFixedLenByteArrayEncoder gracefully by [@​singh1203](https://redirect.github.com/singh1203) in [https://github.com/apache/arrow-go/pull/320](https://redirect.github.com/apache/arrow-go/pull/320)
- fix(parquet/pqarrow): fix definition levels with non-nullable lists by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/325](https://redirect.github.com/apache/arrow-go/pull/325)
- chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/331](https://redirect.github.com/apache/arrow-go/pull/331)
- chore: Bump actions/setup-go from 5.3.0 to 5.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/332](https://redirect.github.com/apache/arrow-go/pull/332)
- chore: Bump actions/download-artifact from 4.1.9 to 4.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/333](https://redirect.github.com/apache/arrow-go/pull/333)
- chore: fix macOS Go 1.24 CI by [@​lidavidm](https://redirect.github.com/lidavidm) in [https://github.com/apache/arrow-go/pull/334](https://redirect.github.com/apache/arrow-go/pull/334)
- chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/328](https://redirect.github.com/apache/arrow-go/pull/328)
- chore: Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/330](https://redirect.github.com/apache/arrow-go/pull/330)
- chore: Bump actions/setup-python from 5.4.0 to 5.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/338](https://redirect.github.com/apache/arrow-go/pull/338)
- feat(parquet/metadata): bloom filter implementation by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/336](https://redirect.github.com/apache/arrow-go/pull/336)
- feat(parquet): Write/Read bloom filters from files by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/341](https://redirect.github.com/apache/arrow-go/pull/341)
- fix: move from atomic.(Add|Load|Store) to atomic.Int64{} by [@​sahib](https://redirect.github.com/sahib) in [https://github.com/apache/arrow-go/pull/326](https://redirect.github.com/apache/arrow-go/pull/326)
- chore: Bump golang.org/x/sync from 0.12.0 to 0.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/347](https://redirect.github.com/apache/arrow-go/pull/347)
- fix(parquet/file): restore goroutine safety for reader by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/343](https://redirect.github.com/apache/arrow-go/pull/343)
- chore: Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/346](https://redirect.github.com/apache/arrow-go/pull/346)
- chore: Bump golang.org/x/sys from 0.31.0 to 0.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/345](https://redirect.github.com/apache/arrow-go/pull/345)
- chore: Enable GitHub discussions on arrow-go repository by [@​raulcd](https://redirect.github.com/raulcd) in [https://github.com/apache/arrow-go/pull/353](https://redirect.github.com/apache/arrow-go/pull/353)
- chore: Bump github.com/substrait-io/substrait-go/v3 from 3.9.0 to 3.9.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/355](https://redirect.github.com/apache/arrow-go/pull/355)
- chore: Bump golang.org/x/tools from 0.31.0 to 0.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/356](https://redirect.github.com/apache/arrow-go/pull/356)
- Compress: add MarshalText and UnmarshalText by [@​jdemeyer](https://redirect.github.com/jdemeyer) in [https://github.com/apache/arrow-go/pull/357](https://redirect.github.com/apache/arrow-go/pull/357)
- chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/358](https://redirect.github.com/apache/arrow-go/pull/358)
- fix(arrow/array): optional struct array with required field by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/359](https://redirect.github.com/apache/arrow-go/pull/359)
- feat(parquet/schema): initial variant logical type by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/352](https://redirect.github.com/apache/arrow-go/pull/352)
- chore: Bump actions/setup-python from 5.5.0 to 5.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/363](https://redirect.github.com/apache/arrow-go/pull/363)
- chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/364](https://redirect.github.com/apache/arrow-go/pull/364)
- chore(arrow): remove most lock copies by [@​zeroshade](https://redirect.github.com/zeroshade) in [https://github.com/apache/arrow-go/pull/362](https://redirect.github.com/apache/arrow-go/pull/362)
- Fix panic when WriteDataPage fails by [@​ashishnegi](https://redirect.github.com/ashishnegi) in [https://github.com/apache/arrow-go/pull/366](https://redirect.github.com/apache/arrow-go/pull/366)
- [GH-46087](https://redirect.github.com/apache/arrow-go/issues/46087): \[FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables by [@​mateuszrzeszutek](https://redirect.github.com/mateuszrzeszutek) in [https://github.com/apache/arrow-go/pull/361](https://redirect.github.com/apache/arrow-go/pull/361)
- chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/367](https://redirect.github.com/apache/arrow-go/pull/367)
##### New Contributors
- [@​sahib](https://redirect.github.com/sahib) made their first contribution in [https://github.com/apache/arrow-go/pull/323](https://redirect.github.com/apache/arrow-go/pull/323)
- [@​jdemeyer](https://redirect.github.com/jdemeyer) made their first contribution in [https://github.com/apache/arrow-go/pull/357](https://redirect.github.com/apache/arrow-go/pull/357)
- [@​ashishnegi](https://redirect.github.com/ashishnegi) made their first contribution in [https://github.com/apache/arrow-go/pull/366](https://redirect.github.com/apache/arrow-go/pull/366)
- [@​mateuszrzeszutek](https://redirect.github.com/mateuszrzeszutek) made their first contribution in [https://github.com/apache/arrow-go/pull/361](https://redirect.github.com/apache/arrow-go/pull/361)
**Full Changelog**: apache/arrow-go@v18.2.0...v18.3.0
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent bf74fd2 commit f9f136d
4 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments