Hi Everyone, We are moving onto the next RC with some important fixes. This RC includes:
* Bug Fix in passing configuration through environment variables #423 * Arm wheels #416 * Correction to the NOTICE and LICENSE #413 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 * Support for creating unpartitioned tables using PyArrow Schema The commit ID is cc449266e7fe0e97f23e61b3c732b75a0d0a8dec * This corresponds to the tag: pyiceberg-0.6.0rc6 (a6cf17c301561595f7cfa497a1df1ec49e682a3b) * https://github.com/apache/iceberg-python/releases/tag/pyiceberg-0.6.0rc6 * https://github.com/apache/iceberg-python/tree/cc449266e7fe0e97f23e61b3c732b75a0d0a8dec The release tarball, signature, and checksums are here: * https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-0.6.0rc6/ 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.0rc6/ And can be installed using: pip3 install pyiceberg==0.6.0rc6 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...