apache / iceberg-rust

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

Implement the position delete writer #340

Open ZENOTME opened 2 months ago

ZENOTME commented 2 months ago

After we finish #275, we can implement the position delete writer based on this framework.

There is a rust implementation that can be referred to in icelake. But better design is acceptable.

related spec: https://iceberg.apache.org/spec/#position-delete-files

s-akhtar-baig commented 2 months ago

Hi @ZENOTME, can I take on either this task or https://github.com/apache/iceberg-rust/issues/341?

ZENOTME commented 2 months ago

Hi @ZENOTME, can I take on either this task or #341?

Sure! Thanks! Before we move to more writers, maybe we can complete #345 first so that we can add the e2e test for later writers. I will complete it as soon as possible!