Re: [VOTE] Release Apache Iceberg 0.10.0 RC4

2020-11-03 Thread OpenInx
+1 for 0.10.0 RC4 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 (optional if this hasn’t changed) : OK 3. Verify the signature by running: gpg --verify apache-iceberg-xx.tar.gz.asc: OK

Re: [VOTE] Release Apache Iceberg 0.10.0 RC2

2020-11-03 Thread OpenInx
Hi Ryan I raise this question because I want to make sure whether it's a bug in the current code base, if sure then we will need to fix this before the next 0.10.0 RC. Now I think we've confirmed that it's NOT a bug, so let's continue the next release RC voting. Thanks for the attention. On W

[VOTE] Release Apache Iceberg 0.10.0 RC4

2020-11-03 Thread Anton Okolnychyi
Hi everyone, I propose the following RC to be released as official Apache Iceberg 0.10.0 release. The commit id is d39fad00b7dded98121368309f381473ec21e85f * This corresponds to the tag: apache-iceberg-0.10.0-rc4 * https://github.com/apache/iceberg/commits/apache-iceberg-0.10.0-rc4

Re: Migrating plain parquet tables to iceberg

2020-11-03 Thread Ryan Blue
I thought that we had already updated the metrics code to use a name mapping. Sorry I was mistaken. Could you post a PR with your fix? Glad it's working! On Tue, Nov 3, 2020 at 11:51 AM Kruger, Scott wrote: > Awesome, this is working for us, although we had to modify our code to > also use the

Re: Migrating plain parquet tables to iceberg

2020-11-03 Thread Kruger, Scott
Awesome, this is working for us, although we had to modify our code to also use the NameMapping when grabbing parquet file metrics. Thanks! From: Ryan Blue Reply-To: "dev@iceberg.apache.org" , "rb...@netflix.com" Date: Friday, October 30, 2020 at 5:55 PM To: "sckru...@paypal.com.invalid" Cc:

Re: Plans for the future iceberg 0.11.0 release

2020-11-03 Thread Steven Wu
agree with OpenInx that FLIP-27 Flink source is unlikely to make Nov release schedule. Then we should postpone it to 0.12.0 On Mon, Nov 2, 2020 at 5:23 PM OpenInx wrote: > Hi Ryan > > Got your plan ! If we plan to release 0.11.0 in November tentatively, then > for flink I think we could finish t

Re: [VOTE] Release Apache Iceberg 0.10.0 RC2

2020-11-03 Thread Ryan Blue
OpenInx, is that a general question or is it related to the release? It doesn't look related, but I want to make sure. On Tue, Nov 3, 2020 at 5:41 AM OpenInx wrote: > Hi > > I will suggest taking a look at this discussion: > https://github.com/apache/iceberg/pull/1391#discussion_r516518978. > >

Re: [VOTE] Release Apache Iceberg 0.10.0 RC2

2020-11-03 Thread OpenInx
Hi I will suggest taking a look at this discussion: https://github.com/apache/iceberg/pull/1391#discussion_r516518978. It sounds like a bug. Thanks. On Tue, Nov 3, 2020 at 12:08 PM Anton Okolnychyi wrote: > -1 due to the ORC correctness bug. I’ll build a new RC. > > Thanks everyone for chec