Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-18 Thread Jean-Baptiste Onofré
+1 (non binding) quickly tested the "legal" part: - signatures/hash has been fixed thanks for that ! - ASF header looks ok - no binaries found in the pyiceberg distribution which is good Thanks ! Regards JB On Wed, Sep 13, 2023 at 2:18 PM Fokko Driesprong wrote: > > Hi Everyone, > > > I propose

Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-18 Thread Ryan Blue
Changing my vote to +1. Thanks for fixing the checksum, Fokko! On Mon, Sep 18, 2023 at 8:04 AM Jean-Baptiste Onofré wrote: > +1 (non binding) > > quickly tested the "legal" part: > - signatures/hash has been fixed thanks for that ! > - ASF header looks ok > - no binaries found in the pyiceberg d

Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-18 Thread Daniel Weeks
+1 (binding) Verified sigs/sums/license/tests Also tested some schema evolution and various other local tests and everything worked great. -Dan On Mon, Sep 18, 2023 at 8:15 AM Ryan Blue wrote: > Changing my vote to +1. Thanks for fixing the checksum, Fokko! > > On Mon, Sep 18, 2023 at 8:04 AM

[ANNOUNCE] PyIceberg 0.5.0

2023-09-18 Thread Fokko Driesprong
I'm pleased to announce the release of Apache PyIceberg 0.5.0! PyIceberg 0.5.0 comes with many new features: - Add gzip metadata support - PyArrow HDFS support - Support serverless environments (A

Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-18 Thread Fokko Driesprong
Thanks everyone, Concluding the vote: +1 by: - Xuanwo - Ryan Blue (binding) - Jean-Baptiste Onofré - Daniel Weeks (binding) - Fokko (binding) Thanks everyone for testing, appreciate it! The release is already out. Kind regards, Fokko Op ma 18 sep 2023 om 19:01 schreef Daniel Weeks : > +1 (

Proposal: Introduce deletion vector file to reduce write amplification

2023-09-18 Thread Renjie Liu
Hi, all: I have a proposal to introduce deletion vector file to reduce write amplification of iceberg table: https://docs.google.com/document/d/1FtPI0TUzMrPAFfWX_CA9NL6m6O1uNSxlpDsR-7xpPL0/edit?usp=sharing Welcome to comment, and looking forward to hear your advice.