Re: Open a new branch for row-delete feature ?

2020-03-31 Thread Ryan Blue
I'm fine starting a branch later if we do run into those issues, but I don't think it is a good idea to do it now in anticipation. All of the work that we can do on master we should try to do on master. We can start a branch when we need one. On Mon, Mar 30, 2020 at 7:44 PM OpenInx wrote: > Hi R

Re: Open a new branch for row-delete feature ?

2020-03-31 Thread Miao Wang
+1 on not creating a branch now. Rebasing and maintenance are too expensive, comparing of fast development. Some additional thoughts below. Row-delete feature should be behind a feature flag, which implies that it should have minimum impact on Master branch if it is turned off. Working on Maste

Re: Open a new branch for row-delete feature ?

2020-03-31 Thread OpenInx
Hi Ryan & Miao I'm fine if you think it's not the appropriate time to open a new feature branch for row-delete feature. The point for us is to accomplish the row-delete feature as soon as possible in apache iceberg, so that our community users could benefit from it and adopt the iceberg to more sc