Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-14 Thread Xuanwo
Hi, +1 (non-binding) I have checked: - signature that made by fo...@apache.org ``` :) for name in $(ls /tmp/pyiceberg/pyiceberg-*.whl /tmp/pyiceberg/pyiceberg-*.tar.gz) do gpg --verify ${name}.asc ${name} done gpg: Signature made Wed 13 Sep 2023 08:07:40 PM CST gpg:using RSA ke

Re: [VOTE] Release Apache PyIceberg 0.5.0 RC3

2023-09-14 Thread Fokko Driesprong
Hey everyone, A small follow-up on how to easily run the checks: curl https://dist.apache.org/repos/dist/dev/iceberg/KEYS -o KEYS gpg --import KEYS svn checkout https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-0.5.0rc3/ /tmp/pyiceberg/ for name in $(ls /tmp/pyiceberg/pyiceberg-*.whl /tm

Re: [DISCUSS] Include Spark 3.5 support in 1.4?

2023-09-14 Thread Renjie Liu
BTW, spark 3.5 released: https://spark.apache.org/releases/spark-release-3-5-0.html From: Renjie Liu Date: Thursday, September 14, 2023 at 10:03 To: dev@iceberg.apache.org , aokolnyc...@apple.com.invalid Cc: Iceberg Dev List Subject: Re: [DISCUSS] Include Spark 3.5 support in 1.4? +1 for havi