Hi Everyone, We've identified a few more issues in PyIceberg 0.6.0rc2, and hence we will be cancelling that RC, and proceed on to the next.
I propose that we release the following RC as the official PyIceberg 0.6.0 release. This is the third RC that includes the following fixes: * Handle null vals from later row_groups in StatsAggregator (#379) * Do not set Parquet version (#377) Again, here's a summary of the high level features included in this release: * Write support for writing to unpartitioned tables * Includes snapshot generation * Constructing Avro writer trees * Support writing metadata which allows to commit support for the Hive, Sql, and Glue catalog. * Support for name-mapping * Easy evolution of schema using the union_by_name method * And a lot of bug fixes and improvements * Support for creating unpartitioned tables using PyArrow Schema The commit ID is 66ba19054d60bc7093dfeae4b65441c9a357720a * This corresponds to the tag: pyiceberg-0.6.0rc3 (c91f8016042cfee556309eb4514a0ffd7e03398a) * https://github.com/apache/iceberg-python/releases/tag/pyiceberg-0.6.0rc3 * https://github.com/apache/iceberg-python/tree/66ba19054d60bc7093dfeae4b65441c9a357720a The release tarball, signature, and checksums are here: * https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-0.6.0rc3/ You can find the KEYS file here: * https://dist.apache.org/repos/dist/dev/iceberg/KEYS Convenience binary artifacts are staged on pypi: https://pypi.org/project/pyiceberg/0.6.0rc3/ And can be installed using: pip3 install pyiceberg==0.6.0rc3 Please download, verify, and test. Please vote in the next 72 hours. [ ] +1 Release this as PyIceberg 0.6.0 [ ] +0 [ ] -1 Do not release this because...