Apache Arrow Go 18.1.0 Release
Published
13 Jan 2025
By
The Apache Arrow PMC (pmc)
The Apache Arrow team is pleased to announce the v18.1.0 release of Apache Arrow Go. This minor release covers 32 commits from 6 distinct contributors.
Contributors
$ git shortlog -sn v18.0.0..v18.1.0
24 Matt Topol
2 Sutou Kouhei
2 Todd Treece
1 Nick Ripley
1 Raúl Cumplido
1 Ruihao Chen
Changelog
What’s Changed
- GH-19: Add Code Of Conduct by @zeroshade in #161
- GH-22: Add issue template by @zeroshade in #163
- GH-26: Add Codeowners by @zeroshade in #160
- GH-41: [Array] Make String and Binary consistent by @zeroshade in #165
- fix(arrow/compute): fix scenario where prealloc output is missed by @zeroshade in #167
- fix: don’t clobber saved frame pointer in arm64 assembly functions by @nsrip-dd in #170
- fix(parquet): Reading UUID columns by @zeroshade in #173
- fix(arrow/compute): compare kernels with UUID by @zeroshade in #174
- GH-23: Add PR template by @zeroshade in #164
- ci: add self-assignable issues by @zeroshade in #176
- feat(arrow/compute): Implement kernel for “not” function by @zeroshade in #178
- fix(arrow/cdata): handle export struct with no fields by @zeroshade in #175
- feat(arrow/compute): make is_nan dispatchable by @zeroshade in #177
- GH-20: Add CONTRIBUTING.md by @zeroshade in #162
- chore: bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @zeroshade in #190
- feat(arrow/cdata): Add Implementation of Async C Data interface by @zeroshade in #169
- fix(arrow/memory/internal/cgoalloc): Remove usage of reflect.SliceHeader by @zeroshade in #194
- ci: update pkg-config to pkgconf on Homebrew by @zeroshade in #198
- ci: use correct GitHub Actions permission “contents” instead of “content” by @raulcd in #200
- feat(arrow/ipc): add functions to generate payloads by @zeroshade in #196
- fix(internal/json): add arrow_json_stdlib build tag by @toddtreece in #199
- feat(parquet/pqarrow): Add ForceLarge option by @zeroshade in #197
- fix(parquet/metadata): fix default unsigned int statistics by @zeroshade in #210
- chore: bump github.com/goccy/go-json to v0.10.4 by @toddtreece in #218
- feat(parquet): Move footerOffset into FileMetaData by @joechenrh in #217
- feat(arrow/ipc): implement lazy loading/zero-copy for IPC files by @zeroshade in #216
- chore(arrow/compute/expr): upgrade substrait-go by @zeroshade in #234
- chore: Update the project URL in apache/arrow-go by @kou in #239
- chore: Enable Java integration test by @kou in #240
- feat(parquet): Add support for Page Indexes by @zeroshade in #223
- chore: bump version by @zeroshade in #241
New Contributors
- @nsrip-dd made their first contribution in #170
- @toddtreece made their first contribution in #199
- @joechenrh made their first contribution in #217
Full Changelog: changelog