Hi everyone, I'm pleased to announce the release of Apache Iceberg Go v0.1.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 Go release can be installed via `go get 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 contributing!! --Matt
