Re: Spark3 Row Level Delete Support

2021-09-15 Thread Aman Rawat
Thanks a lot Anton. This is really helpful. We will read through this and check out the current PRs to get up to speed here. Best Regards, Aman. On Wed, Sep 15, 2021 at 9:53 PM Anton Okolnychyi wrote: > Here is the action PR I mentioned: > https://github.com/apache/iceberg/pull/2841 >

Re: Spark3 Row Level Delete Support

2021-09-15 Thread Anton Okolnychyi
Here is the action PR I mentioned: https://github.com/apache/iceberg/pull/2841 - Anton > On 15 Sep 2021, at 09:14, Anton Okolnychyi > wrote: > > I have a working end-to-end solution locally using some of the upcoming > features in Spark 3.2 and a

Re: Spark3 Row Level Delete Support

2021-09-15 Thread Anton Okolnychyi
I have a working end-to-end solution locally using some of the upcoming features in Spark 3.2 and a more elaborate version of what is available in this Spark PR: https://github.com/apache/spark/pull/33008 More details on the proposed Spark APIs are i