jamespfaulkner opened a new pull request, #17122:
URL: https://github.com/apache/iceberg/pull/17122

   Hey folks.
   
   This addresses a couple of small bugs in `GlueCatalog.renameTable`
   
   *Correct exception*
   
   When the destination table name already exists, an Iceberg 
`AlreadyExistsException` is thrown rather than the glue variation.
   
   *Original Exception lost during rollback*
   
   In the failure case, when rolling back the new table creation, if that also 
fails the original exception is lost. They are both now included in the throws 
with the use of addSuppress.


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