Commit cce9278
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.3.0 (#504)
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 da15eb1 commit cce9278
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments