Hello everyone, I'm pleased to announce the release of Apache Arrow Go v0.4.0!
Apache Iceberg is an open table format for huge analytic datasets, Iceberg delivers high query performance for tables with tens of petabytes of data, along with atomic commits, concurrent writes, and SQL-compatible table evolution. This release contains 94 commits from 18 unique contributors, including 11 first time contributors! Among the changes in this release are the following highlights: - Significant improvements to unit tests and docker images for testing configurations - Fixing a crash when writing a map column with multiple entries per row - Several improvements to the release scripts - Support for writing to a Partitioned Iceberg table! - Initial support for some v3 metadata features The full changelog available at https://github.com/apache/iceberg-go/releases/tag/v0.4.0. This Go release can be installed for use locally via `go get github.com/apache/[email protected]` <http://github.com/apache/[email protected]> and the documentation can be found at https://pkg.go.dev/github.com/apache/[email protected] Thanks to everyone for all your contributions! --Matt
