Re: [ANNOUNCE] Apache Iceberg release 1.5.1

2024-04-30 Thread Jean-Baptiste Onofré
Hi, I think we can add a new verify-release script in dev folder (similar to check license) to verify: - hash and signatures according to the keys - verify artifacts (like scala version) Thoughts ? Regards JB On Tue, Apr 30, 2024 at 3:57 PM Amogh Jahagirdar wrote: > > Hey Ajantha, > > Yes I wa

Re: [ANNOUNCE] Apache Iceberg release 1.5.1

2024-04-30 Thread Amogh Jahagirdar
Hey Ajantha, Yes I was just looking into this, during the release the stage-binaries.sh script intermittently failed for me (I lost my wifi during the uploading of one of the spark artifacts) https://github.com/apache/iceberg/blob/main/dev/stage-binaries.sh . I restarted the script which seemed sa

Re: [ANNOUNCE] Apache Iceberg release 1.5.1

2024-04-30 Thread Ajantha Bhat
Hi Amogh, Looks like the published Spark jars are compiled with the wrong scala version? https://github.com/apache/iceberg/issues/10251 Do we need a new release? Multiple people (including me) have verified the release by compiling the source code and also checked the presence of jars in the mav