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

Implement the position delete writer

Open ZENOTME opened this issue 1 year ago • 5 comments

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

ZENOTME avatar Apr 23 '24 02:04 ZENOTME

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

s-akhtar-baig avatar Apr 23 '24 13:04 s-akhtar-baig

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!

ZENOTME avatar Apr 23 '24 16:04 ZENOTME