RussellSpitzer closed issue #12717: Adding deleteFile method to existing
RowDelta operation
URL: https://github.com/apache/iceberg/issues/12717
--
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 sp
RussellSpitzer commented on issue #12717:
URL: https://github.com/apache/iceberg/issues/12717#issuecomment-2777194037
I'm removing the Specification tag, because this is a Reference IMPL change
and shouldn't effect the spec
--
This is an automated message from the Apache Git Service.
To r
RussellSpitzer commented on issue #12717:
URL: https://github.com/apache/iceberg/issues/12717#issuecomment-2777192668
Thanks @sn2479 . I think this is a reasonable thing to do, I believe our
original implementation is just set up that way because of Spark's limitations
but I think widening
sn2479 opened a new issue, #12717:
URL: https://github.com/apache/iceberg/issues/12717
### Proposed Change
Some engines are able to not only produce new data file during row-level
change to a table, but can also eliminate entire data files files in the same
pending update. Alternativ