Re: [I] Adding deleteFile method to existing RowDelta operation [iceberg]

2025-05-06 Thread via GitHub
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

Re: [I] Adding deleteFile method to existing RowDelta operation [iceberg]

2025-04-03 Thread via GitHub
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

Re: [I] Adding deleteFile method to existing RowDelta operation [iceberg]

2025-04-03 Thread via GitHub
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

[I] Adding deleteFile method to existing RowDelta operation [iceberg]

2025-04-03 Thread via GitHub
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