jdockerty commented on issue #1607: URL: https://github.com/apache/iceberg-rust/issues/1607#issuecomment-3744795505
I believe introducing this `RewriteFiles` action also means exposing the ability to mark data files as `DELETED` too? It doesn't seem like that is currently possible within `iceberg-rust`, as the only changes are additive via [`FastAppend`](https://docs.rs/iceberg/latest/iceberg/transaction/struct.Transaction.html#method.fast_append). Being able to mark data files as deleted/replaced would be very helpful for our use case too. Is there anyway that we can help move this along? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
