Re: Iceberg 0.12.0 Release Plan

2021-08-16 Thread Carl Steinbach
Hi Dan, By the time I saw your email I had already gotten approval from Jack and committed the patch. I created a new PR to track any additional changes we want to make before announcing the release: https://github.com/apache/iceberg/pull/2986 Thanks. - Carl On Mon, Aug 16, 2021 at 8:56 PM Dan

Re: Iceberg 0.12.0 Release Plan

2021-08-16 Thread Daniel Weeks
I think there might be a couple more bug fixes that we want to call out. I'm still reviewing, but will try to add any additions tomorrow. Thanks, Dan On Mon, Aug 16, 2021, 8:23 PM Carl Steinbach wrote: > Update: still waiting for a +1 on the release notes > https://github.com/apache/iceberg/p

Re: Iceberg 0.12.0 Release Plan

2021-08-16 Thread Carl Steinbach
Update: still waiting for a +1 on the release notes https://github.com/apache/iceberg/pull/2973 - Carl On Sat, Aug 14, 2021 at 6:25 PM Carl Steinbach wrote: > The 0.12.0 release has been approved, but before we can announce it we > need to add the release notes. > > Please help us get over this

Re: Iceberg 0.12.0 Release Plan

2021-08-14 Thread Carl Steinbach
The 0.12.0 release has been approved, but before we can announce it we need to add the release notes. Please help us get over this hurdle by reviewing the release notes draft here: https://github.com/apache/iceberg/pull/2973 Thanks! - Carl On Tue, Aug 3, 2021 at 4:46 PM Carl Steinbach wrote:

Re: Iceberg 0.12.0 Release Plan

2021-08-03 Thread Carl Steinbach
Thanks, Jack and Ryan, for closing out these issues. Since there are no more blockers, I will start preparing a release candidate. - Carl On Tue, Aug 3, 2021 at 3:29 PM Ryan Blue wrote: > I just merged the PR. Thanks for making it possible to create v2 tables > easily, Jack! > > On Tue, Aug 3,

Re: Iceberg 0.12.0 Release Plan

2021-08-03 Thread Ryan Blue
I just merged the PR. Thanks for making it possible to create v2 tables easily, Jack! On Tue, Aug 3, 2021 at 1:02 PM Jack Ye wrote: > Thanks! The PR is mostly ready and just got approved by Anton. As soon as > it is merged we can start the branch cut. > -Jack > > On Mon, Aug 2, 2021 at 11:39 PM

Re: Iceberg 0.12.0 Release Plan

2021-08-03 Thread Jack Ye
Thanks! The PR is mostly ready and just got approved by Anton. As soon as it is merged we can start the branch cut. -Jack On Mon, Aug 2, 2021 at 11:39 PM Carl Steinbach wrote: > Hi Jack, > > I added #2887 to the 0.12.0 release project board > . When

Re: Iceberg 0.12.0 Release Plan

2021-08-02 Thread Carl Steinbach
Hi Jack, I added #2887 to the 0.12.0 release project board . When do you think this patch will be committed? - Carl On Mon, Aug 2, 2021 at 4:28 PM Ryan Blue wrote: > Jack, I've been reviewing that one so that we can get it in. Thanks for > fixing i

Re: Iceberg 0.12.0 Release Plan

2021-08-02 Thread Ryan Blue
Jack, I've been reviewing that one so that we can get it in. Thanks for fixing it! On Mon, Aug 2, 2021 at 3:12 PM Jack Ye wrote: > Thanks for the update Carl! > > Given that we have voted for the adoption of format v2, can we also get > this change in, so that people can start to use v2 tables?

Re: Iceberg 0.12.0 Release Plan

2021-08-02 Thread Jack Ye
Thanks for the update Carl! Given that we have voted for the adoption of format v2, can we also get this change in, so that people can start to use v2 tables? https://github.com/apache/iceberg/pull/2887 -Jack On Mon, Aug 2, 2021 at 3:08 PM Carl Steinbach wrote: > I want to provide everyone wit

Re: Iceberg 0.12.0 Release Plan

2021-08-02 Thread Carl Steinbach
I want to provide everyone with a quick update on the 0.12.0 release process. At this point, #2906 Fix Partition field IDs in table replacement is the only remaining blocker. Ryan is working on a fix and predicts that we'll be ready to cut the first rel

Re: Iceberg 0.12.0 Release Plan

2021-07-19 Thread Szehon Ho
Hi Carl, For the Issue: https://github.com/apache/iceberg/issues/2783 The status is: I gave a bit of a try but couldn’t find an easy fix, so hoping someone more knowledgable about this code has cycle to take a look at it. It would be great to fix it for 0.12 as it seems to block more metadata qu

Re: Iceberg 0.12.0 Release Plan

2021-07-19 Thread Carl Steinbach
Hi Everyone, Currently, there are three issues blocking the release of 0.12.0: 1. #2308 Handle the case that RewriteFiles and RowDelta commit the transaction at the same time 2. #2783 Metadata Table Empty Projection - Unknown type for i

Re: Iceberg 0.12.0 Release Plan

2021-07-19 Thread Jack Ye
I haven't heard any news for the 0.12.0 release since then, are we still planning for the release? Please let me know if there is anything we can do to help speed up the process. (I just saw the release board, will try to at least review those PRs) Best, Jack Ye On Mon, Jul 12, 2021 at 5:41 PM S

Re: Iceberg 0.12.0 Release Plan

2021-07-12 Thread Sreeram Garlapati
Great, thanks Ryan. On Mon, Jul 12, 2021 at 5:17 PM Ryan Blue wrote: > Sreeram, I was just waiting for tests to pass on that PR. I just merged it. > > On Mon, Jul 12, 2021 at 4:41 PM Sreeram Garlapati > wrote: > >> Hi Carl, >> >> Thanks a lot for managing 0.12.0 release. >> >> Can you also pl.

Re: Iceberg 0.12.0 Release Plan

2021-07-12 Thread Ryan Blue
Sreeram, I was just waiting for tests to pass on that PR. I just merged it. On Mon, Jul 12, 2021 at 4:41 PM Sreeram Garlapati wrote: > Hi Carl, > > Thanks a lot for managing 0.12.0 release. > > Can you also pl. add this PR: https://github.com/apache/iceberg/pull/2752 > - which adds the option "s

Re: Iceberg 0.12.0 Release Plan

2021-07-12 Thread Sreeram Garlapati
Hi Carl, Thanks a lot for managing 0.12.0 release. Can you also pl. add this PR: https://github.com/apache/iceberg/pull/2752 - which adds the option "streaming-skip-delete-snapshots" - to Spark3 micro_batch reader. Without this, streaming reads will fail if a snapshot of type delete or replace is

Re: Iceberg 0.12.0 Release Plan

2021-07-12 Thread Carl Steinbach
Hi Grant, Good catch! I added PR-1648 to the 0.12.0 project board. - Carl On Mon, Jul 12, 2021 at 1:16 PM Grant Nicholas wrote: > Howdy! Any updates on PR-1648 > which upgrades the avro > version used i

Re: Iceberg 0.12.0 Release Plan

2021-07-12 Thread Grant Nicholas
Howdy! Any updates on PR-1648 which upgrades the avro version used in iceberg? I do not see it in the "To-Do" section linked above, but the older avro version has caused major problems described in this issue and it would be nice to get in 0.12.0. https

Iceberg 0.12.0 Release Plan

2021-07-12 Thread Carl Steinbach
Hi Everyone, I volunteered to be the release manager for the 0.12.0 release. My goal is to start cutting release candidates this Friday, 7/17 at 24:00 PST. I am tracking progress on this release on the Release 0.12.0 Project Board . Note that this boa