iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

[Feat] Support Merge-on-Read mode for Deletes

Open sungwy opened this issue 1 year ago • 0 comments

Feature Request / Improvement

Similar to Spark, we would like to implement Merge-on-Read mode of deleting, by creating delete files that encode position and equality delete markers that can be applied within a given partition.

https://iceberg.apache.org/spec/?h=delete+files#row-level-deletes

sungwy avatar Aug 20 '24 15:08 sungwy