Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Honah J.
Thanks everyone for voting! Thanks Dan for reporting the issue and Fokko for the context! Let's do another RC to include the https://github.com/apache/iceberg-python/pull/615. Some additional note: In our case, this issue only affects the release dist because it does not contain the poetry.lock fi

Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Fokko Driesprong
Thanks everyone for voting. And Dan, thanks for reporting the issue. I went down the rabbit hole 🐇 It is being tracked here , and a fix is inbound here . This issue should fix itself because the version c

Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Kevin Liu
+1 (non binding) Downloaded specific commit from the repo, and ran both the Python tests and integration tests. Steps: ``` git clone --depth=1 --branch pyiceberg-0.6.1rc2 g...@github.com: apache/iceberg-python.git python -m venv ./venv source ./venv/bin/activate make install make test make test-i

Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Daniel Weeks
I tried running the verification process but ran into issues resolving some of the dependencies: make install Updating dependencies Resolving dependencies... (3.1s) Package docutils (0.21.post1) not found. make: *** [install-dependencies] Error 1 I found this related issue

Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Jean-Baptiste Onofré
+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. wrote: > > Hi Everyone, > > I propose that we release the following RC as the official

Re: [VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-17 Thread Fokko Driesprong
Hey everyone, First of all, thanks Honah for running the release! +1 (binding) from my end - I checked the signature, hashes, and licenses and all look good . - Ran some local tests. Kind regards, Fokko Op di 16 apr 2024 om 05:55

[VOTE] Release Apache PyIceberg 0.6.1rc2

2024-04-15 Thread Honah J.
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 Ca