frostdb
frostdb copied to clipboard
chore(deps): update module github.com/apache/arrow-go/v18 to v18.3.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/apache/arrow-go/v18 | v18.2.0 -> v18.3.1 |
Release Notes
apache/arrow-go (github.com/apache/arrow-go/v18)
v18.3.1
What's Changed
- feat(arrow/cdata): Add ReleaseCArrowArrayStream function by @karsov in https://github.com/apache/arrow-go/pull/373
- chore: Bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in https://github.com/apache/arrow-go/pull/368
- fix: TestDeltaByteArray implementation and fix by @MetalBlueberry in https://github.com/apache/arrow-go/pull/369
- chore: Bump golang.org/x/tools from 0.32.0 to 0.33.0 by @dependabot in https://github.com/apache/arrow-go/pull/376
- chore: Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/apache/arrow-go/pull/377
- chore: move .github/ISSUE_TEMPLATE/config.yaml to config.yml as currently does not work by @raulcd in https://github.com/apache/arrow-go/pull/383
- chore: Bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in https://github.com/apache/arrow-go/pull/381
- fix: list_columns.parquet testing by @MetalBlueberry in https://github.com/apache/arrow-go/pull/378
New Contributors
- @karsov made their first contribution in https://github.com/apache/arrow-go/pull/373
Full Changelog: https://github.com/apache/arrow-go/compare/v18.3.0...v18.3.1
v18.3.0
What's Changed
- chore: Bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in https://github.com/apache/arrow-go/pull/308
- chore: Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in https://github.com/apache/arrow-go/pull/313
- feat(arrow/array): convert RecordReader and iterators by @zeroshade in https://github.com/apache/arrow-go/pull/314
- refactor(arrow/array): replace some codegen with generics by @zeroshade in https://github.com/apache/arrow-go/pull/315
- chore: Bump golang.org/x/tools from 0.30.0 to 0.31.0 by @dependabot in https://github.com/apache/arrow-go/pull/317
- chore: Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by @dependabot in https://github.com/apache/arrow-go/pull/316
- feat(parquet/pqarrow): Add SeekToRow for RecordReader by @zeroshade in https://github.com/apache/arrow-go/pull/321
- fix: go's atomic operations require 64bit alignment in structs on ARM by @sahib in https://github.com/apache/arrow-go/pull/323
- feat(arrow/compute): implement "is_in" function by @zeroshade in https://github.com/apache/arrow-go/pull/319
- fix(parquet/pqarrow): fix propagation of FieldIds for nested fields by @zeroshade in https://github.com/apache/arrow-go/pull/324
- Fix: Handle null values in PlainFixedLenByteArrayEncoder gracefully by @singh1203 in https://github.com/apache/arrow-go/pull/320
- fix(parquet/pqarrow): fix definition levels with non-nullable lists by @zeroshade in https://github.com/apache/arrow-go/pull/325
- chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in https://github.com/apache/arrow-go/pull/331
- chore: Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/apache/arrow-go/pull/332
- chore: Bump actions/download-artifact from 4.1.9 to 4.2.1 by @dependabot in https://github.com/apache/arrow-go/pull/333
- chore: fix macOS Go 1.24 CI by @lidavidm in https://github.com/apache/arrow-go/pull/334
- chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 by @dependabot in https://github.com/apache/arrow-go/pull/328
- chore: Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in https://github.com/apache/arrow-go/pull/330
- chore: Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot in https://github.com/apache/arrow-go/pull/338
- feat(parquet/metadata): bloom filter implementation by @zeroshade in https://github.com/apache/arrow-go/pull/336
- feat(parquet): Write/Read bloom filters from files by @zeroshade in https://github.com/apache/arrow-go/pull/341
- fix: move from atomic.(Add|Load|Store) to atomic.Int64{} by @sahib in https://github.com/apache/arrow-go/pull/326
- chore: Bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in https://github.com/apache/arrow-go/pull/347
- fix(parquet/file): restore goroutine safety for reader by @zeroshade in https://github.com/apache/arrow-go/pull/343
- chore: Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in https://github.com/apache/arrow-go/pull/346
- chore: Bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in https://github.com/apache/arrow-go/pull/345
- chore: Enable GitHub discussions on arrow-go repository by @raulcd in https://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 in https://github.com/apache/arrow-go/pull/355
- chore: Bump golang.org/x/tools from 0.31.0 to 0.32.0 by @dependabot in https://github.com/apache/arrow-go/pull/356
- Compress: add MarshalText and UnmarshalText by @jdemeyer in https://github.com/apache/arrow-go/pull/357
- chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in https://github.com/apache/arrow-go/pull/358
- fix(arrow/array): optional struct array with required field by @zeroshade in https://github.com/apache/arrow-go/pull/359
- feat(parquet/schema): initial variant logical type by @zeroshade in https://github.com/apache/arrow-go/pull/352
- chore: Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot in https://github.com/apache/arrow-go/pull/363
- chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot in https://github.com/apache/arrow-go/pull/364
- chore(arrow): remove most lock copies by @zeroshade in https://github.com/apache/arrow-go/pull/362
- Fix panic when WriteDataPage fails by @ashishnegi in https://github.com/apache/arrow-go/pull/366
- GH-46087: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables by @mateuszrzeszutek in https://github.com/apache/arrow-go/pull/361
- chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in https://github.com/apache/arrow-go/pull/367
New Contributors
- @sahib made their first contribution in https://github.com/apache/arrow-go/pull/323
- @jdemeyer made their first contribution in https://github.com/apache/arrow-go/pull/357
- @ashishnegi made their first contribution in https://github.com/apache/arrow-go/pull/366
- @mateuszrzeszutek made their first contribution in https://github.com/apache/arrow-go/pull/361
Full Changelog: https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0
Configuration
📅 Schedule: Branch creation - "on monday and wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: cmd/parquet-tool/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 6 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/klauspost/cpuid/v2 |
v2.2.11 -> v2.3.0 |
golang.org/x/mod |
v0.25.0 -> v0.27.0 |
golang.org/x/sync |
v0.15.0 -> v0.16.0 |
golang.org/x/sys |
v0.33.0 -> v0.35.0 |
golang.org/x/tools |
v0.34.0 -> v0.36.0 |
google.golang.org/protobuf |
v1.36.6 -> v1.36.8 |
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 21 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/stretchr/testify |
v1.10.0 -> v1.11.0 |
go.opentelemetry.io/otel |
v1.34.0 -> v1.37.0 |
go.opentelemetry.io/otel/trace |
v1.34.0 -> v1.37.0 |
golang.org/x/exp |
v0.0.0-20250128182459-e0ece0dbea4c -> v0.0.0-20250408133849-7e4ce0ab07d0 |
golang.org/x/sync |
v0.11.0 -> v0.16.0 |
google.golang.org/grpc |
v1.71.0 -> v1.75.0 |
google.golang.org/protobuf |
v1.36.5 -> v1.36.8 |
github.com/andybalholm/brotli |
v1.1.1 -> v1.2.0 |
github.com/davecgh/go-spew |
v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc |
github.com/golang/snappy |
v0.0.4 -> v1.0.0 |
github.com/google/go-cmp |
v0.6.0 -> v0.7.0 |
github.com/hamba/avro/v2 |
v2.28.0 -> v2.29.0 |
github.com/klauspost/cpuid/v2 |
v2.2.10 -> v2.3.0 |
github.com/pmezard/go-difflib |
v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2 |
github.com/stoewer/go-strcase |
v1.3.0 -> v1.3.1 |
golang.org/x/mod |
v0.23.0 -> v0.27.0 |
golang.org/x/net |
v0.35.0 -> v0.43.0 |
golang.org/x/sys |
v0.31.0 -> v0.35.0 |
golang.org/x/text |
v0.22.0 -> v0.28.0 |
golang.org/x/tools |
v0.30.0 -> v0.36.0 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250707201910-8d1bb00bc6a7 |
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (v18.4.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.