Yue Deng
Yue Deng
@ZENOTME @sdd PTAL! Thanks a lot!
> Hi, I'm sorry, but I need to revert this PR. @Dysprosium0626, could you reopen and rebase your original PR and test it again? Okay, I will reopen this PR...
Hi @ZENOTME, Maybe I can take this issue after you complete https://github.com/apache/iceberg-rust/issues/345
Hi I nearly complete adding `EqualityDeleteWriter` but I encounter some problem. My impl is here: https://github.com/Dysprosium0626/iceberg-rust/blob/add_equality_delete_writer/crates/iceberg/src/writer/base_writer/equality_delete_writer.rs Basically, in my test case, I write some schema to build up a `ParquetWriterBuilder`...