apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
474 stars 97 forks source link

feat: Add equality delete writer #372

Open Dysprosium0626 opened 1 month ago

Dysprosium0626 commented 1 month ago

Close https://github.com/apache/iceberg-rust/issues/341 EqualityDeleteWriter refers tohttps://iceberg.apache.org/spec/#equality-delete-files

This pr complete the implementation of EqualityDeleteWriter and its test case

Dysprosium0626 commented 1 month ago

@ZENOTME @sdd PTAL! Thanks a lot!