Hi I wrote this email to align with the community about the time to expose format v2 to end users.
In iceberg format v2, we've accomplished the row-level delete. It's designed for two user cases: 1. Execute a single query to update or delete lots of rows. It's a typical batch update/delete job, which is suitable for GDPR or the case that we want to correct the wrong data. 2. Write the real-time CDC/UPSERT stream to the iceberg table, so that the upper layer compute engines could analyze the change log in minutes. It's almost ready in the current master branch for flink integration. I'm not quite sure what's the blocker about the iceberg format v2 now. I'd love to resolve those blockers if there're some. Thanks.