Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-28 Thread Driesprong, Fokko
Hi Piotr,

Thanks for asking. It is indeed the creation time as Ajantha already
indicated. I released the RC4 artifact as the final version
 earlier
today after Gabor concluded the vote. The tag and release are published on
Github, and we're working on the steps of the documentation.

Kind regards,
Fokko

Op ma 28 nov. 2022 om 19:22 schreef Ajantha Bhat :

> I think it shows the jars created time. Not the published time.
> I can see the same thing for previous releases too.
> (for example, 1.0.0 rc0 voting started on oct-9 and voting passed on
> oct-14 and the jars are dated to oct-9 itself)
>
> Also, I think that jars are pushed to maven central today itself not
> before because dependabot raised iceberg bump PR today not before.
>
> Thanks,
> Ajantha
>
> On Mon, Nov 28, 2022 at 11:01 PM Ryan Blue  wrote:
>
>> Piotr, thanks for catching that. I'm not sure what happened, but the
>> Jar's git commit ID is ede085d0f7529f24acd0c81dd0a43f7bb969b763, so it
>> corresponds to RC4 that passed.
>>
>> On Mon, Nov 28, 2022 at 9:07 AM Piotr Findeisen 
>> wrote:
>>
>>> Hi,
>>>
>>>
>>> https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-core/1.1.0/
>>> is already published (on Nov 22, so before voting was concluded)
>>> Is it "the" release, or there will be new tag pushed to maven central?
>>>
>>> best,
>>> PF
>>>
>>>
>>> On Mon, Nov 28, 2022 at 9:18 AM Gabor Kaszab 
>>> wrote:
>>>

 Hey All,

 I kept the voting open longer than the usual 72 hours due to
 Thanksgiving in the US. We now have a critical mass and the *vote
 passes* with the following results:

 +1: 13 (including 3 binding)
 without having any 0 or -1.

 Thanks to everyone who verified the release and voted!
 Also huge thanks to *Fokko* for creating all those release candidates!

 I'll proceed with the next steps right away.

 Cheers,
 Gabor

 On Mon, Nov 28, 2022 at 1:07 AM OpenInx  wrote:

> +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 
> 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 
>> 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  写道:
>>>
>>> +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 
>>> 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 a

Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-28 Thread Ajantha Bhat
I think it shows the jars created time. Not the published time.
I can see the same thing for previous releases too.
(for example, 1.0.0 rc0 voting started on oct-9 and voting passed on oct-14
and the jars are dated to oct-9 itself)

Also, I think that jars are pushed to maven central today itself not before
because dependabot raised iceberg bump PR today not before.

Thanks,
Ajantha

On Mon, Nov 28, 2022 at 11:01 PM Ryan Blue  wrote:

> Piotr, thanks for catching that. I'm not sure what happened, but the Jar's
> git commit ID is ede085d0f7529f24acd0c81dd0a43f7bb969b763, so it
> corresponds to RC4 that passed.
>
> On Mon, Nov 28, 2022 at 9:07 AM Piotr Findeisen 
> wrote:
>
>> Hi,
>>
>>
>> https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-core/1.1.0/
>> is already published (on Nov 22, so before voting was concluded)
>> Is it "the" release, or there will be new tag pushed to maven central?
>>
>> best,
>> PF
>>
>>
>> On Mon, Nov 28, 2022 at 9:18 AM Gabor Kaszab 
>> wrote:
>>
>>>
>>> Hey All,
>>>
>>> I kept the voting open longer than the usual 72 hours due to
>>> Thanksgiving in the US. We now have a critical mass and the *vote
>>> passes* with the following results:
>>>
>>> +1: 13 (including 3 binding)
>>> without having any 0 or -1.
>>>
>>> Thanks to everyone who verified the release and voted!
>>> Also huge thanks to *Fokko* for creating all those release candidates!
>>>
>>> I'll proceed with the next steps right away.
>>>
>>> Cheers,
>>> Gabor
>>>
>>> On Mon, Nov 28, 2022 at 1:07 AM OpenInx  wrote:
>>>
 +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  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 
> 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  写道:
>>
>> +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 
>> 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 
>>> 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...


>>
>
> --
> Ryan Blue
> Tabular
>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-28 Thread Ryan Blue
Piotr, thanks for catching that. I'm not sure what happened, but the Jar's
git commit ID is ede085d0f7529f24acd0c81dd0a43f7bb969b763, so it
corresponds to RC4 that passed.

On Mon, Nov 28, 2022 at 9:07 AM Piotr Findeisen 
wrote:

> Hi,
>
> https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-core/1.1.0/
> is already published (on Nov 22, so before voting was concluded)
> Is it "the" release, or there will be new tag pushed to maven central?
>
> best,
> PF
>
>
> On Mon, Nov 28, 2022 at 9:18 AM Gabor Kaszab 
> wrote:
>
>>
>> Hey All,
>>
>> I kept the voting open longer than the usual 72 hours due to Thanksgiving
>> in the US. We now have a critical mass and the *vote passes* with the
>> following results:
>>
>> +1: 13 (including 3 binding)
>> without having any 0 or -1.
>>
>> Thanks to everyone who verified the release and voted!
>> Also huge thanks to *Fokko* for creating all those release candidates!
>>
>> I'll proceed with the next steps right away.
>>
>> Cheers,
>> Gabor
>>
>> On Mon, Nov 28, 2022 at 1:07 AM OpenInx  wrote:
>>
>>> +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  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  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  写道:
>
> +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 
> 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 
>> 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...
>>>
>>>
>

-- 
Ryan Blue
Tabular


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-28 Thread Piotr Findeisen
Hi,

https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-core/1.1.0/
is already published (on Nov 22, so before voting was concluded)
Is it "the" release, or there will be new tag pushed to maven central?

best,
PF


On Mon, Nov 28, 2022 at 9:18 AM Gabor Kaszab  wrote:

>
> Hey All,
>
> I kept the voting open longer than the usual 72 hours due to Thanksgiving
> in the US. We now have a critical mass and the *vote passes* with the
> following results:
>
> +1: 13 (including 3 binding)
> without having any 0 or -1.
>
> Thanks to everyone who verified the release and voted!
> Also huge thanks to *Fokko* for creating all those release candidates!
>
> I'll proceed with the next steps right away.
>
> Cheers,
> Gabor
>
> On Mon, Nov 28, 2022 at 1:07 AM OpenInx  wrote:
>
>> +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  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  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  写道:

 +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 
 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 
> 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...
>>
>>



Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-28 Thread Gabor Kaszab
Hey All,

I kept the voting open longer than the usual 72 hours due to Thanksgiving
in the US. We now have a critical mass and the *vote passes* with the
following results:

+1: 13 (including 3 binding)
without having any 0 or -1.

Thanks to everyone who verified the release and voted!
Also huge thanks to *Fokko* for creating all those release candidates!

I'll proceed with the next steps right away.

Cheers,
Gabor

On Mon, Nov 28, 2022 at 1:07 AM OpenInx  wrote:

> +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  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  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  写道:
>>>
>>> +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  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 
 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...
>
>
>>>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-27 Thread OpenInx
+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  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  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  写道:
>>
>> +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  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 
>>> 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...


>>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-27 Thread Daniel Weeks
+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  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  写道:
>
> +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  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 
>> 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...
>>>
>>>
>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-27 Thread Steven Wu
+1 (non-binding)


   1. Flink SQL testing (1.16)
  1. Downloaded Iceberg-flink-runtime jars (1.16) from Nexus staging
  repository.
  2. verified that batch write worked
  3. verified that FLIP-27 source works with batch and streaming read
  4. verified that the current (pre FLIP-27) source works with batch
  and streaming read
  5. There is a regression in Flink 1.16.0 regarding importing external
  jar. See FLINK-30035 for details. This is not related to Iceberg release.



On Fri, Nov 25, 2022 at 5:58 PM leilei hu  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  写道:
>
> +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  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 
>> 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...
>>>
>>>
>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-25 Thread leilei hu
+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  写道:
> 
> +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  > 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 > > 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...



Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-25 Thread Rushan Jiang
+1 (non-binding)

   1. Verified checksum, signature, and licenses
   2. Verified build and all tests with JDK11 and JDK8

Thanks,
Rushan Jiang

On Fri, Nov 25, 2022 at 5:59 PM Ryan Blue  wrote:

> +1 (binding)
>
> * Verified licenses, checksum, and signature
> * Built and tested with JDK 11
>
> On Fri, Nov 25, 2022 at 11:17 AM Jahagirdar, Amogh
>  wrote:
>
>> +1 non-binding
>>
>>1. Verified checksum and signature
>>2. Verified license docs and ran RAT checks
>>3. Verified build and all tests passed with JDK11
>>
>> Thanks,
>>
>> Amogh Jahagirdar
>>
>>
>>
>> *From: *Mingliang Liu 
>> *Reply-To: *"[email protected]" 
>> *Date: *Thursday, November 24, 2022 at 11:12 PM
>> *To: *"[email protected]" 
>> *Cc: *John Zhuge 
>> *Subject: *RE: [EXTERNAL][VOTE] Release Apache Iceberg 1.1.0 RC4
>>
>>
>>
>> *CAUTION*: This email originated from outside of the organization. Do
>> not click links or open attachments unless you can confirm the sender and
>> know the content is safe.
>>
>>
>>
>> Happy holidays!
>>
>> +1 (non-binding)
>>
>>1. Check out to apache-iceberg-1.1.0-rc4 tag in source code repo, and
>>build locally
>>2. Download the release tarball and check RAT license, GPG signature
>>and SHA checksum
>>3. Untar the release tarball and build locally (skip tests)
>>4. Download release artifact iceberg-spark-runtime-3.3_2.12-1.1.0.jar and
>>use it to query an Iceberg table with various data types via Spark shell
>>5. Use artifact built from our internal Iceberg branch by John (see
>>his voting) and run internal Flink integration tests (we don't use
>>:iceberg-flink)
>>
>>  All good. Test env is Java 8 + M1 macOS.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> On Thu, Nov 24, 2022 at 1:49 PM John Zhuge  wrote:
>>
>> Happy holidays!
>>
>> +1 (non-binding)
>>
>>
>>
>> Verified signature, checksum, and license,
>>
>> Built and tested with Java 8.
>>
>>
>>
>> Some unit test failures but don't feel they should block the release:
>>
>>- :iceberg-flink:iceberg-flink-runtime-1.16:integrationTest
>>- :iceberg-flink:iceberg-flink-1.16:test
>>- :iceberg-mr:test
>>
>>
>> Rebased our internal Iceberg branch and integrated with our internal
>> Spark 3.3 branch. Passed integration tests.
>>
>>
>>
>> On Thu, Nov 24, 2022 at 1:07 AM Driesprong, Fokko 
>> wrote:
>>
>> Hey everyone!
>>
>>
>>
>> First of all, happy thanksgiving!
>>
>>
>>
>> +1 (non-binding)
>>
>>
>>
>> It looks good now on the Trino side. Still some tests are failing
>> , but that's explainable.
>> As an example, the following test is still failing:
>> https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241
>>
>>
>>
>> With the output:
>>
>>
>>
>> Expecting:
>>   <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=METADATA_JSON,
>> operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=MANIFEST,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>> to contain exactly in any order:
>>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=METADATA_JSON,
>> operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=SNAPSHOT,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>> but could not find the following elements:
>>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>>
>>
>>
>> It looks like we're reading fewer manifests. After running a git bisect,
>> I narrowed it down to this PR:
>> https://github.com/apache/iceberg/pull/5632, which is an optimization
>> that makes perfect sense.
>>
>>
>>
>> Kind regards,
>>
>> Fokko Driesprong
>>
>>
>>
>>
>>
>> Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner <
>> [email protected]>:
>>
>> +1 (non-binding)
>>
>> · validated checksum and signature
>>
>> · checked license docs & ran RAT checks
>>
>> · ran build and tests with JDK11
>>
>> · integrated 1.1.0 RC4 into Presto
>> 
>>
>>
>>
>>
>>
>> On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
>> 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 remo

Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-25 Thread Ryan Blue
+1 (binding)

* Verified licenses, checksum, and signature
* Built and tested with JDK 11

On Fri, Nov 25, 2022 at 11:17 AM Jahagirdar, Amogh
 wrote:

> +1 non-binding
>
>1. Verified checksum and signature
>2. Verified license docs and ran RAT checks
>3. Verified build and all tests passed with JDK11
>
> Thanks,
>
> Amogh Jahagirdar
>
>
>
> *From: *Mingliang Liu 
> *Reply-To: *"[email protected]" 
> *Date: *Thursday, November 24, 2022 at 11:12 PM
> *To: *"[email protected]" 
> *Cc: *John Zhuge 
> *Subject: *RE: [EXTERNAL][VOTE] Release Apache Iceberg 1.1.0 RC4
>
>
>
> *CAUTION*: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> Happy holidays!
>
> +1 (non-binding)
>
>1. Check out to apache-iceberg-1.1.0-rc4 tag in source code repo, and
>build locally
>2. Download the release tarball and check RAT license, GPG signature
>and SHA checksum
>3. Untar the release tarball and build locally (skip tests)
>4. Download release artifact iceberg-spark-runtime-3.3_2.12-1.1.0.jar and
>use it to query an Iceberg table with various data types via Spark shell
>5. Use artifact built from our internal Iceberg branch by John (see
>his voting) and run internal Flink integration tests (we don't use
>:iceberg-flink)
>
>  All good. Test env is Java 8 + M1 macOS.
>
>
>
> Thanks,
>
>
>
> On Thu, Nov 24, 2022 at 1:49 PM John Zhuge  wrote:
>
> Happy holidays!
>
> +1 (non-binding)
>
>
>
> Verified signature, checksum, and license,
>
> Built and tested with Java 8.
>
>
>
> Some unit test failures but don't feel they should block the release:
>
>- :iceberg-flink:iceberg-flink-runtime-1.16:integrationTest
>- :iceberg-flink:iceberg-flink-1.16:test
>- :iceberg-mr:test
>
>
> Rebased our internal Iceberg branch and integrated with our internal Spark
> 3.3 branch. Passed integration tests.
>
>
>
> On Thu, Nov 24, 2022 at 1:07 AM Driesprong, Fokko 
> wrote:
>
> Hey everyone!
>
>
>
> First of all, happy thanksgiving!
>
>
>
> +1 (non-binding)
>
>
>
> It looks good now on the Trino side. Still some tests are failing
> , but that's explainable. As
> an example, the following test is still failing:
> https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241
>
>
>
> With the output:
>
>
>
> Expecting:
>   <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=METADATA_JSON,
> operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
> to contain exactly in any order:
>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=METADATA_JSON,
> operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM}]>
> but could not find the following elements:
>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
>
>
>
> It looks like we're reading fewer manifests. After running a git bisect, I
> narrowed it down to this PR: https://github.com/apache/iceberg/pull/5632,
> which is an optimization that makes perfect sense.
>
>
>
> Kind regards,
>
> Fokko Driesprong
>
>
>
>
>
> Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner  >:
>
> +1 (non-binding)
>
> · validated checksum and signature
>
> · checked license docs & ran RAT checks
>
> · ran build and tests with JDK11
>
> · integrated 1.1.0 RC4 into Presto
> 
>
>
>
>
>
> On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
> 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 
> 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 th

Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-25 Thread Jahagirdar, Amogh
+1 non-binding

  1.  Verified checksum and signature
  2.  Verified license docs and ran RAT checks
  3.  Verified build and all tests passed with JDK11
Thanks,

Amogh Jahagirdar

From: Mingliang Liu 
Reply-To: "[email protected]" 
Date: Thursday, November 24, 2022 at 11:12 PM
To: "[email protected]" 
Cc: John Zhuge 
Subject: RE: [EXTERNAL][VOTE] Release Apache Iceberg 1.1.0 RC4


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.


Happy holidays!

+1 (non-binding)

  1.  Check out to apache-iceberg-1.1.0-rc4 tag in source code repo, and build 
locally
  2.  Download the release tarball and check RAT license, GPG signature and SHA 
checksum
  3.  Untar the release tarball and build locally (skip tests)
  4.  Download release artifact iceberg-spark-runtime-3.3_2.12-1.1.0.jar and 
use it to query an Iceberg table with various data types via Spark shell
  5.  Use artifact built from our internal Iceberg branch by John (see his 
voting) and run internal Flink integration tests (we don't use :iceberg-flink)
 All good. Test env is Java 8 + M1 macOS.

Thanks,

On Thu, Nov 24, 2022 at 1:49 PM John Zhuge 
mailto:[email protected]>> wrote:
Happy holidays!

+1 (non-binding)

Verified signature, checksum, and license,

Built and tested with Java 8.

Some unit test failures but don't feel they should block the release:

  *   :iceberg-flink:iceberg-flink-runtime-1.16:integrationTest
  *   :iceberg-flink:iceberg-flink-1.16:test
  *   :iceberg-mr:test

Rebased our internal Iceberg branch and integrated with our internal Spark 3.3 
branch. Passed integration tests.

On Thu, Nov 24, 2022 at 1:07 AM Driesprong, Fokko 
mailto:[email protected]>> wrote:
Hey everyone!

First of all, happy thanksgiving!

+1 (non-binding)

It looks good now on the Trino side. Still some tests are 
failing, but that's explainable. 
As an example, the following test is still failing: 
https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241

With the output:

Expecting:
  <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=METADATA_JSON, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
to contain exactly in any order:
  <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=METADATA_JSON, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM}]>
but could not find the following elements:
  <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>

It looks like we're reading fewer manifests. After running a git bisect, I 
narrowed it down to this PR: https://github.com/apache/iceberg/pull/5632, which 
is an optimization that makes perfect sense.

Kind regards,
Fokko Driesprong


Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner 
mailto:[email protected]>>:
+1 (non-binding)
· validated checksum and signature
· checked license docs & ran RAT checks
· ran build and tests with JDK11
· integrated 1.1.0 RC4 into 
Presto


On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
mailto:[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 
mailto:[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:

* 

Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-24 Thread Mingliang Liu
 Happy holidays!

+1 (non-binding)

   1. Check out to apache-iceberg-1.1.0-rc4 tag in source code repo, and
   build locally
   2. Download the release tarball and check RAT license, GPG signature and
   SHA checksum
   3. Untar the release tarball and build locally (skip tests)
   4. Download release artifact iceberg-spark-runtime-3.3_2.12-1.1.0.jar and
   use it to query an Iceberg table with various data types via Spark shell
   5. Use artifact built from our internal Iceberg branch by John (see his
   voting) and run internal Flink integration tests (we don't use
   :iceberg-flink)

 All good. Test env is Java 8 + M1 macOS.

Thanks,

On Thu, Nov 24, 2022 at 1:49 PM John Zhuge  wrote:

> Happy holidays!
>
> +1 (non-binding)
>
> Verified signature, checksum, and license,
>
> Built and tested with Java 8.
>
> Some unit test failures but don't feel they should block the release:
>
>- :iceberg-flink:iceberg-flink-runtime-1.16:integrationTest
>- :iceberg-flink:iceberg-flink-1.16:test
>- :iceberg-mr:test
>
>
> Rebased our internal Iceberg branch and integrated with our internal Spark
> 3.3 branch. Passed integration tests.
>
>
> On Thu, Nov 24, 2022 at 1:07 AM Driesprong, Fokko 
> wrote:
>
>> Hey everyone!
>>
>> First of all, happy thanksgiving!
>>
>> +1 (non-binding)
>>
>> It looks good now on the Trino side. Still some tests are failing
>> , but that's explainable.
>> As an example, the following test is still failing:
>> https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241
>>
>> With the output:
>>
>> Expecting:
>>   <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=METADATA_JSON,
>> operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=MANIFEST,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>> to contain exactly in any order:
>>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=METADATA_JSON,
>> operationType=INPUT_FILE_NEW_STREAM},
>> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=SNAPSHOT,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>> but could not find the following elements:
>>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
>> FileOperation{fileType=MANIFEST,
>> operationType=INPUT_FILE_NEW_STREAM}]>
>>
>> It looks like we're reading fewer manifests. After running a git bisect,
>> I narrowed it down to this PR:
>> https://github.com/apache/iceberg/pull/5632, which is an optimization
>> that makes perfect sense.
>>
>> Kind regards,
>> Fokko Driesprong
>>
>>
>> Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner <
>> [email protected]>:
>>
>>> +1 (non-binding)
>>>
>>>- validated checksum and signature
>>>- checked license docs & ran RAT checks
>>>- ran build and tests with JDK11
>>>- integrated 1.1.0 RC4 into Presto
>>>
>>>
>>>
>>>
>>> On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
>>> 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 
 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 hour

Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-24 Thread John Zhuge
Happy holidays!

+1 (non-binding)

Verified signature, checksum, and license,

Built and tested with Java 8.

Some unit test failures but don't feel they should block the release:

   - :iceberg-flink:iceberg-flink-runtime-1.16:integrationTest
   - :iceberg-flink:iceberg-flink-1.16:test
   - :iceberg-mr:test


Rebased our internal Iceberg branch and integrated with our internal Spark
3.3 branch. Passed integration tests.


On Thu, Nov 24, 2022 at 1:07 AM Driesprong, Fokko  wrote:

> Hey everyone!
>
> First of all, happy thanksgiving!
>
> +1 (non-binding)
>
> It looks good now on the Trino side. Still some tests are failing
> , but that's explainable. As
> an example, the following test is still failing:
> https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241
>
> With the output:
>
> Expecting:
>   <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=METADATA_JSON,
> operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
> to contain exactly in any order:
>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=METADATA_JSON,
> operationType=INPUT_FILE_NEW_STREAM},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM}]>
> but could not find the following elements:
>   <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
> FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
>
> It looks like we're reading fewer manifests. After running a git bisect, I
> narrowed it down to this PR: https://github.com/apache/iceberg/pull/5632,
> which is an optimization that makes perfect sense.
>
> Kind regards,
> Fokko Driesprong
>
>
> Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner  >:
>
>> +1 (non-binding)
>>
>>- validated checksum and signature
>>- checked license docs & ran RAT checks
>>- ran build and tests with JDK11
>>- integrated 1.1.0 RC4 into Presto
>>
>>
>>
>>
>> On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
>> 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 
>>> 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...



-- 
John Zhuge


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-24 Thread Driesprong, Fokko
Hey everyone!

First of all, happy thanksgiving!

+1 (non-binding)

It looks good now on the Trino side. Still some tests are failing
, but that's explainable. As
an example, the following test is still failing:
https://github.com/trinodb/trino/blob/ed2f14ce92a67fd5c951d6258a2d1e9d4540d546/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetadataFileOperations.java#L229-L241

With the output:

Expecting:
  <[FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=METADATA_JSON,
operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>
to contain exactly in any order:
  <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=METADATA_JSON,
operationType=INPUT_FILE_NEW_STREAM},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=SNAPSHOT, operationType=INPUT_FILE_NEW_STREAM}]>
but could not find the following elements:
  <[FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_GET_LENGTH},
FileOperation{fileType=MANIFEST, operationType=INPUT_FILE_NEW_STREAM}]>

It looks like we're reading fewer manifests. After running a git bisect, I
narrowed it down to this PR: https://github.com/apache/iceberg/pull/5632,
which is an optimization that makes perfect sense.

Kind regards,
Fokko Driesprong


Op wo 23 nov. 2022 om 17:15 schreef Eduard Tudenhoefner :

> +1 (non-binding)
>
>- validated checksum and signature
>- checked license docs & ran RAT checks
>- ran build and tests with JDK11
>- integrated 1.1.0 RC4 into Presto
>
>
>
>
> On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat 
> 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 
>> 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...
>>>
>>>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-23 Thread Eduard Tudenhoefner
+1 (non-binding)

   - validated checksum and signature
   - checked license docs & ran RAT checks
   - ran build and tests with JDK11
   - integrated 1.1.0 RC4 into Presto
   



On Wed, Nov 23, 2022 at 9:14 AM Ajantha Bhat  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 
> 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...
>>
>>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-23 Thread Cheng Pan
 +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  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 
> 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...
>>
>>


Re: [VOTE] Release Apache Iceberg 1.1.0 RC4

2022-11-23 Thread Ajantha Bhat
+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  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...
>
>