jx2lee opened a new pull request, #1997:
URL: https://github.com/apache/iceberg-go/pull/1997

   ## Summary
   
   Report the destination table name when Glue `RenameTable` fails to create 
the new table
   
     ## Why
   
   `RenameTable` creates the destination Glue table before claiming and 
deleting the source table.
   When `CreateTable` failed, the returned error message used the source table 
identifier instead of the destination identifier, which made the failure point 
at the wrong table.
   
     ## Testing
   
     - `go test ./catalog/glue -run 'TestGlueRenameTable' -count=1`
     - `go test ./catalog/glue -count=1`


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