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
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
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