pvary commented on issue #9410:
URL: https://github.com/apache/iceberg/issues/9410#issuecomment-1890336927

   > But I still have too many equality deletes which is still causing the 
limit excess. Did I use the wrong spark procedure?
   
   I think RewriteDataFilesAction could help you there. If I remember correctly 
it will apply all the delete files on reading, so in theory, after a 
compaction, you should not need the delete files anymore. That said, I haven't 
tried it myself, so this should be checked. 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to