Re: [VOTE] Release Apache Iceberg 0.14.1 RC3

2022-09-05 Thread leilei hu
+1(non-binding) verified(java 8): 1. Create table using HiveCatalog and HadoopCatalog 2. Spark Structured Streaming 3. Spark query with Spark’s DataSourceV2 API 4. Checksum, build and test > 2022年9月5日 上午1:46,Daniel Weeks 写道: > > +1 (binding) > > Verified: sigs, sums, license, build and test (

Re: [VOTE] Release Apache Iceberg 0.14.1 RC3

2022-09-05 Thread OpenInx
+1 (binding). 1. Download the source tarball, signature (.asc), and checksum (.sha512): OK 2. Import gpg keys: download KEYS and run (optional if this hasn’t changed) ```bash $ gpg --import /path/to/downloaded/KEYS ``` It's OK 3. Verify the signature by running: ```bash $ gpg --verify apach

Re: [VOTE] Release Apache Iceberg 0.14.1 RC3

2022-09-05 Thread John Zhuge
+1 (non-binding) Verified signature, checksum, and license, Built and tested with Java 8 and 11. Passed internal integration tests with Spark 3.3. On Mon, Sep 5, 2022 at 6:14 AM OpenInx wrote: > +1 (binding). > > > 1. Download the source tarball, signature (.asc), and checksum (.sha512): > O