Thank you, Jack! Quick announcement when testing: *the runtime jars / artifacts for Spark & Flink have changed naming format *to include the corresponding Spark / Flink version. The Spark jars also have the Scala version appended at the end.
*Spark:* You can test the 0.13.0-rc1, fetching it from the staging maven repository, with the following command line flags for Spark 3.2: `--packages 'org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:0.13.0' --repositories https://repository.apache.org/content/repositories/orgapacheiceberg-1079/` For other Spark versions than 3.2, use the artifactIds below (in place of `iceberg-spark-runtime-3.2_2.12` above). *iceberg-spark-runtime artifact names as of 0.13.0:* Spark 3.0: `iceberg-spark3-runtime:0.13.0` Spark 3.1: `iceberg-spark-runtime-3.1_2.12` Spark 3.2: `iceberg-spark-runtime-3.2_2.12` The complete package name for any depends on your spark version now. `iceberg-spark3-runtime` should only be used for Spark 3.0. *Flink:* *iceberg-flink-runtime artifact names as of 0.13.0:* 1.12: iceberg-flink-runtime-1.12 1.13: iceberg-flink-runtime-1.13 1.14: iceberg-flink-runtime-1.14 Thank you and happy testing! - Kyle On Tue, Jan 25, 2022 at 9:09 AM Jack Ye <yezhao...@gmail.com> wrote: > Hi Everyone, > > I propose that we release the following RC as the official Apache Iceberg > 0.13.0 release. > > The commit ID is ca8bb7d0821f35bbcfa79a39841be8fb630ac3e5 > * This corresponds to the tag: apache-iceberg-0.13.0-rc1 > * https://github.com/apache/iceberg/commits/apache-iceberg-0.13.0-rc1 > * > https://github.com/apache/iceberg/tree/ca8bb7d0821f35bbcfa79a39841be8fb630ac3e5 > > The release tarball, signature, and checksums are here: > * https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-0.13.0-rc1 > > 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-1079/ > > Please download, verify, and test. > > Please vote in the next 72 hours. > > [ ] +1 Release this as Apache Iceberg 0.13.0 > [ ] +0 > [ ] -1 Do not release this because... >