wobu commented on issue #12772:
URL: https://github.com/apache/iceberg/issues/12772#issuecomment-3805711258

   I have provided a Pull Request with a fix for this issue.
   
   If a delete manifest contains multiple delete files, only one was considered 
rewriting.
   The original issue reliese in the Avro ManifestReader which reuses the java 
instances. 
   The Rewrite Result Set dropped therefore the other delete files, because the 
java object instance was the same.
   
   It would be nice if this Issue gets reopend. We stumpled upon this issue 
while we wanted to move / migrate a MoR table to another storage
   


-- 
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]

Reply via email to