Everything is still looking good to me. I also tested Spark 3.1 using the
following configuration:

/home/blue/Apps/spark-3.1.1-bin-hadoop3.2/bin/spark-shell \
    --conf 
spark.jars.repositories=https://repository.apache.org/content/repositories/orgapacheiceberg-1018/
\
    --packages org.apache.iceberg:iceberg-spark3-runtime:0.12.0 \
    --conf 
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
\
    --conf spark.sql.catalog.local=org.apache.iceberg.spark.SparkCatalog \
    --conf spark.sql.catalog.local.type=hadoop \
    --conf spark.sql.catalog.local.warehouse=/home/blue/tmp/hadoop-warehouse \
    --conf spark.sql.catalog.local.default-namespace=default \
    --conf spark.sql.catalog.prodhive=org.apache.iceberg.spark.SparkCatalog \
    --conf spark.sql.catalog.prodhive.type=hive \
    --conf spark.sql.catalog.prodhive.warehouse=/home/blue/tmp/prod-warehouse \
    --conf spark.sql.catalog.prodhive.default-namespace=default \
    --conf spark.sql.defaultCatalog=local


   - Tested metadata tables (files, manifests, history)
   - Tested ALTER TABLE ADD PARTITION
   - Tested MERGE INTO
   - Tested updating a table to v2 via SET TBLPROPERTIES
   - Tested ALTER TABLE DROP PARTITION with v2 behavior (remove field)
   - Tested reading data in old partition spec
   - Tested DELETE FROM

I also built local projects using 0.12.0 plus a couple of internal patches
and tests are passing.

Ryan

On Sat, Aug 14, 2021 at 2:41 PM Daniel Weeks <daniel.c.we...@gmail.com>
wrote:

> +1 (binding)
>
> Verified sigs, sums, license, build, and tests.
>
> -Dan
>
> On Fri, Aug 13, 2021 at 5:05 PM Ryan Blue <b...@tabular.io> wrote:
>
>> +1 (binding)
>>
>>    - Checked signatures, checksums, and RAT
>>    - Ran build and test. There were only failures in
>>    org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithEngine
>>    that I think I hit last time
>>
>> I’ll do more checking over the weekend, but right now it looks good!
>>
>> On Fri, Aug 13, 2021 at 3:52 PM Carl Steinbach <c...@apache.org> wrote:
>>
>>> +1 (binding)
>>>
>>> * Checked signatures of all artifacts.
>>> * Ran build and test to completion without failures.
>>> * Verified that RAT checks pass and that dates have the correct year.
>>>
>>> - Carl
>>>
>>> On Wed, Aug 11, 2021 at 12:59 AM John Zhuge <jzh...@apache.org> wrote:
>>>
>>>> +1 (non-binding)
>>>>
>>>> - Checked signature, checksum, and license.
>>>> - Ran build and test (failures in iceberg-mr and iceberg-hive3)
>>>>
>>>> On Tue, Aug 10, 2021 at 10:12 PM Szehon Ho <szehon.apa...@gmail.com>
>>>> wrote:
>>>>
>>>>> +1 (non binding)
>>>>>
>>>>> * Checked Signature Keys
>>>>> * Verified Checksum
>>>>> * Rat checks
>>>>> * Build and run tests, most functionality pass (also timeout errors on
>>>>> Hive-MR)
>>>>>
>>>>> Thanks
>>>>> Szehon
>>>>>
>>>>> On Tue, Aug 10, 2021 at 1:40 AM Ryan Murray <rym...@gmail.com> wrote:
>>>>>
>>>>>> +1 (non-binding)
>>>>>>
>>>>>> * Verify Signature Keys
>>>>>> * Verify Checksum
>>>>>> * dev/check-license
>>>>>> * Build
>>>>>> * Run tests (though some timeout failures, on Hive MR test..)
>>>>>> * ran with Nessie in spark 3.1 and 3.0
>>>>>>
>>>>>> On Tue, Aug 10, 2021 at 4:21 AM Carl Steinbach <c...@apache.org>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Everyone,
>>>>>>>
>>>>>>> I propose the following RC to be released as the official Apache
>>>>>>> Iceberg 0.12.0 release.
>>>>>>>
>>>>>>> The commit ID is 7ca1044655694dbbab660d02cef360ac1925f1c2
>>>>>>> * This corresponds to the tag: apache-iceberg-0.12.0-rc3
>>>>>>> *
>>>>>>> https://github.com/apache/iceberg/commits/apache-iceberg-0.12.0-rc3
>>>>>>> *
>>>>>>> https://github.com/apache/iceberg/tree/7ca1044655694dbbab660d02cef360ac1925f1c2
>>>>>>>
>>>>>>> The release tarball, signature, and checksums are here:
>>>>>>> *
>>>>>>> https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-0.12.0-rc3/
>>>>>>>
>>>>>>> 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-1018/
>>>>>>>
>>>>>>> Please download, verify, and test.
>>>>>>>
>>>>>>> Please vote in the next 72 hours.
>>>>>>>
>>>>>>> [ ] +1 Release this as Apache Iceberg 0.12.0
>>>>>>> [ ] +0
>>>>>>> [ ] -1 Do not release this because...
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> John Zhuge
>>>>
>>>
>>
>> --
>> Ryan Blue
>> Tabular
>>
>

-- 
Ryan Blue
Tabular

Reply via email to