openinx opened a new pull request #1663: URL: https://github.com/apache/iceberg/pull/1663
This patch will address the issue https://github.com/apache/iceberg/issues/1639. It's still working in-progress now (PoC). Currently, I finished few abstraction work: 1. Abstract the BaseTaskWriter so that it could accept both INSERT and EQUALITY-DELETE records. 2. Abstracted a `ContentFileWriter` , so that we DataFile , EqualityDeleteFile, PosDeleteFile could implement this interface and provide a unified `write` entry. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
