+1 (non binding) I checked: - Hash and signature are good - LICENSE and NOTICE look good - No binary file found in the source distribution - Ran a few tests
Regards JB On Tue, Apr 16, 2024 at 4:53 AM Honah J. <hon...@apache.org> wrote: > > Hi Everyone, > > I propose that we release the following RC as the official PyIceberg 0.6.1 > release. > > This is a patch release due to the following bugs: > > Fail to create version 1 table with non-empty partition-spec and sort-order > Hive Catalog cannot create table with TimestamptzType field > Fail to read parquet file with special characters in column names > Hive Catalog commit consistency issue > > Smaller bugs also have been backported. > > The commit ID is 0161e5c6b9bea2b6cf47245efd8df85da2c3d9b0 > > * This corresponds to the tag: pyiceberg-0.6.1rc2 > (139fdff1ff6cff97264a61db8e9ed9ee3520d6d2) > * https://github.com/apache/iceberg-python/releases/tag/pyiceberg-0.6.1rc2 > * > https://github.com/apache/iceberg-python/tree/0161e5c6b9bea2b6cf47245efd8df85da2c3d9b0 > > The release tarball, signature, and checksums are here: > > * https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-0.6.1rc2/ > > 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.1rc2/ > > And can be installed using: pip3 install pyiceberg==0.6.1rc2 > > Please download, verify, and test. > > Please vote in the next 72 hours. > [ ] +1 Release this as PyIceberg 0.6.1 > [ ] +0 > [ ] -1 Do not release this because...