Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Ryan Blue
+1 (binding) Downloaded, validated checksum and signature, ran RAT checks, built binaries and tested. Also checked Spark 2, Spark 3, and Hive 2: - Created a new table in Spark 3.1.1 release candidate without the USING clause - Created a table in Spark 3.0.1 with CTAS and a USING clause

Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Ryan Murray
I agree. I saw similar errors while testing this afternoon. Will do more testing tomorrow but I think it's ok... On Sun, 24 Jan 2021, 22:01 Ryan Blue, wrote: > Looks like the problem in #2144 is that the error message isn't quite > right. The problem was that `hadoop` was used for the Catalog >

Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Ryan Blue
Looks like the problem in #2144 is that the error message isn't quite right. The problem was that `hadoop` was used for the Catalog implementation rather than the type, which is a short-cut to not need to specify the full class name. The error message should be better and note that the class was ac

Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Jack Ye
That issue is closed, it looks like just a user error. On Sun, Jan 24, 2021 at 12:07 PM Ryan Murray wrote: > Based on #2144 I would > change my vote to -1. I will raise a fix asap. > > > On Sun, Jan 24, 2021 at 3:12 PM Ryan Murray wrote: > >> >> +

Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Ryan Murray
Based on #2144 I would change my vote to -1. I will raise a fix asap. On Sun, Jan 24, 2021 at 3:12 PM Ryan Murray wrote: > > +1 (non-binding) > > I verified the build and ran the tests. Also verified both flink and spark > custom catalogs are work

Re: [VOTE] Release Apache Iceberg 0.11.0 RC0

2021-01-24 Thread Ryan Murray
+1 (non-binding) I verified the build and ran the tests. Also verified both flink and spark custom catalogs are working. One side note: I had to run the tests a few times to get the build to pass. Flaky Hive tests. Best, Ryan Murray On Sat, Jan 23, 2021 at 12:26 AM Jack Ye wrote: > Hi everyo