kyle-cx opened a new pull request, #4612:
URL: https://github.com/apache/iceberg/pull/4612

   Error msg "Manifest is missing" in 
BaseRewriteManifests.validateDeletedManifests()  is correct but a bit 
confusing, I optimize it to make user easier found out what happened. and now 
it looks like:
   ```
   "Cannot apply RewriteManifests result, " +
                     "since some manifests being deleted have already been 
removed in current snapshot or not exist" +
                     " at all. current-snapshot-id:%d, missing-manifest-path:%s"
   ```
   
   
   fix https://github.com/apache/iceberg/issues/3466
   follow the suggestion from 
https://github.com/apache/iceberg/issues/3466#issuecomment-1104404998
   cc: @RussellSpitzer 


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