+1 (binding) 1. Download the source tarball, signature (.asc), and checksum (.sha512): OK 2. Import gpg keys: download KEYS and run gpg --import /path/to/downloaded/KEYS.txt (optional if this hasn’t changed) : OK 3. Verify the signature by running: gpg --verify apache-iceberg-1.1.0.tar.gz.asc : OK 4. Verify the checksum by running: shasum -a 512 apache-iceberg-1.1.0.tar.gz : OK 5. Untar the archive and go into the source directory: tar xzvf apache-iceberg-1.1.0.tar.gz && cd apache-iceberg-1.1.0: OK 6. Run RAT checks to validate license headers: dev/check-license: OK 7. Build and test the project: ./gradlew build (use Java 8) : OK
Thanks. On Mon, Nov 28, 2022 at 3:05 AM Daniel Weeks <[email protected]> wrote: > +1 (binding) > > Verified sigs/sums/licenses/build/test > Built and tested with JDK 8 > > -Dan > > On Fri, Nov 25, 2022 at 5:58 PM leilei hu <[email protected]> wrote: > >> +1(non-binding) >> verified(java 8): >> >> - Create table using HiveCatalog and HadoopCatalog >> - Spark Structured Streaming with Spark 3.2.1 >> - Spark query with Spark’s DataSourceV2 API >> - Ran build with JDK8 >> >> 2022年11月24日 上午12:13,Cheng Pan <[email protected]> 写道: >> >> +1 (non-binding) >> >> Passed integration test[1] w/ Apache Kyuubi >> >> [1] https://github.com/apache/incubator-kyuubi/pull/3810 >> >> Thanks, >> Cheng Pan >> >> >> On Nov 23, 2022 at 16:13:34, Ajantha Bhat <[email protected]> wrote: >> >>> +1 (non-binding) >>> >>> - verified tests against spark-3.3 runtime jar with Nessie catalog. >>> - verified the contents of the iceberg-spark-runtime-3.3_2.12-1.1.0.jar >>> - checked for spark-3.0 removal >>> - validated checksum and signature >>> - checked license docs & ran RAT checks >>> - ran build with JDK1.8 >>> >>> Thanks, >>> Ajantha >>> >>> On Tue, Nov 22, 2022 at 9:49 PM Gabor Kaszab <[email protected]> >>> wrote: >>> >>>> Hi Everyone, >>>> >>>> I propose that we release the following RC as the official Apache Iceberg >>>> 1.1.0 release. >>>> >>>> The commit ID is ede085d0f7529f24acd0c81dd0a43f7bb969b763 >>>> * This corresponds to the tag: apache-iceberg-1.1.0-rc4 >>>> * https://github.com/apache/iceberg/commits/apache-iceberg-1.1.0-rc4 >>>> * >>>> https://github.com/apache/iceberg/tree/ede085d0f7529f24acd0c81dd0a43f7bb969b763 >>>> >>>> The release tarball, signature, and checksums are here: >>>> * https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-1.1.0-rc4 >>>> >>>> You can find the KEYS file here: >>>> * https://dist.apache.org/repos/dist/dev/iceberg/KEYS >>>> >>>> Convenience binary artifacts are staged on Nexus. The Maven repository URL >>>> is: >>>> * https://repository.apache.org/content/repositories/orgapacheiceberg-1114/ >>>> >>>> Please download, verify, and test. >>>> >>>> Please vote in the next 72 hours. >>>> >>>> [ ] +1 Release this as Apache Iceberg 1.1.0 >>>> [ ] +0 >>>> [ ] -1 Do not release this because... >>>> >>>> >>
