Open
Description
Summary
Support DML execution on the data lake (Apache Iceberg, Delta Lake, ...).
Design
- Construct row ids for data on data lake (using a method similar to Fuse Table to construct row ids).
- Add DML adaptation for data lake: mutation source, data writing back to the data lake, transaction submission.
- The rest reuses the current DML implementation.