With 7 +1 votes (4 binding) and no -1 or +0 votes, this release passes. Thank you for testing and validating, everyone! I'll start finalizing the release.
Ryan On Sat, Jul 16, 2022 at 12:24 PM Daniel Weeks <dwe...@apache.org> wrote: > +1 (Binding) > > I checked sigs/sums/build/test and verified with some local tests. > > I did run into some minor issues that I wouldn't consider release blocking: > - Some transient test failures > - I was able to reproduce the S3FileIO test failure others reported, but > it was transient > - I ran into seme issues running specific gradle targets like the > following (I believe this might be related to non having a .git directory > for release verification) > > ./gradlew :iceberg-aws:test > > * What went wrong: > Execution failed for task ':generateGitProperties'. > > Error while evaluating property 'generatedProperties' of task > ':generateGitProperties' > > No Git repository found. > > * Try: > > Run with --stacktrace option to get the stack trace. > > Run with --info or --debug option to get more log output. > > Run with --scan to get full insights. > > * Get more help at https://help.gradle.org > > BUILD FAILED in 2s > 2 actionable tasks: 2 executed > > > On Fri, Jul 15, 2022 at 5:13 PM Szehon Ho <szehon.apa...@gmail.com> wrote: > >> +1 (non-binding) >> >> >> - Verified signature >> - Verified checksum >> - Rat check >> - Could not find Apache license headers on >> iceberg-build.properties ( as mentioned by Ryan) >> - Ran tests >> - Same error mentioned by John: >> >> org.apache.iceberg.aws.s3.TestS3FileIO > testPrefixDelete FAILED >> >> software.amazon.awssdk.services.s3.model.S3Exception: null >> (Service: S3, Status Code: 500, Request ID: null) >> - >> >> This seems to fails gradle test early, commented out the test to >> proceed and run other tests successfully >> - >> >> Test manually against Spark 3.2 Scala 2.13, create Iceberg table , >> simple queries and metadata queries >> >> >> Thanks >> Szehon >> >> On Fri, Jul 15, 2022 at 2:18 PM Russell Spitzer < >> russell.spit...@gmail.com> wrote: >> >>> +1 (binding) >>> >>> On Jul 12, 2022, at 9:12 PM, Ryan Blue <b...@apache.org> wrote: >>> >>> Hi everyone, >>> >>> I propose the following RC to be released as the official Apache Iceberg >>> 0.14.0 release. >>> >>> The commit id is 6d2edd6284ebc5301dbe45376a31ca8316852a77 >>> * This corresponds to the tag: apache-iceberg-0.14.0-rc1 >>> * https://github.com/apache/iceberg/commits/apache-iceberg-0.14.0-rc1 >>> * https://github.com/apache/iceberg/tree/6d2edd62 >>> >>> The release tarball, signature, and checksums are here: >>> * >>> https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-0.14.0-rc1/ >>> >>> You can find the KEYS file here: >>> * https://dist.apache.org/repos/dist/dev/iceberg/KEYS >>> >>> Convenience binary artifacts are staged in Nexus. The Maven repository >>> URL is: >>> * >>> https://repository.apache.org/content/repositories/orgapacheiceberg-1099/ >>> >>> This release includes: >>> * MERGE and UPDATE plans using v2 deletes in Spark >>> * A REST catalog implementation >>> * Support for Spark 3.3 >>> * Support for Flink 1.15 >>> * A format for stats, sketches, and indexes (Puffin) >>> * Zorder support while rewriting data files >>> * Ranged IO reads >>> * Additional metrics collection >>> >>> Please download, verify, and test. >>> >>> Please vote in the next 72 hours. >>> >>> [ ] +1 Release this as Apache Iceberg 0.14.0 >>> [ ] +0 >>> [ ] -1 Do not release this because... >>> >>> -- >>> Ryan Blue >>> >>> >>> -- Ryan Blue Tabular