Re: [VOTE] Release Apache PyIceberg 0.9.0rc2

2025-02-25 Thread Kevin Liu
Hi everyone, We found a change in default behavior for the data file location in the new 0.9.0 release. The `ObjectStoreLocationProvider` was turned on by default whereas it was off and not available in previous versions. Previous versions will write to `data/` directory, whereas the new version w

Re: [VOTE] Release Apache PyIceberg 0.9.0rc2

2025-02-25 Thread Fokko Driesprong
+1 (binding) - Ran signatures/checksum/licenses checks - Ran tests locally (3.10) - Did some local testing Thanks for running this release Drew! Kind regards, Fokko Op di 25 feb 2025 om 07:20 schreef Kevin Liu : > +1 (non-binding) > > Downloaded from SVN > * gpg: Good signature from "

Re: [VOTE] Release Apache PyIceberg 0.9.0rc2

2025-02-24 Thread Kevin Liu
+1 (non-binding) Downloaded from SVN * gpg: Good signature from "Drew Gallardo " [unknown] * Checksum OK * RAT checks passed. 1 extra ERROR line but is unrelated ``` ERROR: Ignored 0 lines in your exclusion files as comments or empty lines. ``` * Both unit and integration test passed with Python 3

[VOTE] Release Apache PyIceberg 0.9.0rc2

2025-02-24 Thread Drew
Hi Everyone, I propose that we release the following RC as the official PyIceberg 0.9.0 release. A summary of the high level features: - 235 new commits *High Level Features:* - Implemented support for Alibaba OSS protocol in PyArrowFileIO - Enabled Dynamic Overwrite capability - I