Table rename in Glue Catalog throws Incorrect AlreadyExistsException
#11155
Labels
bug
Something isn't working
AlreadyExistsException
#11155
Apache Iceberg version
1.6.1 (latest release)
Query engine
None
Please describe the bug 🐞
Based on the
Catalog
interfacerenameTable
should throworg.apache.iceberg.exceptions.AlreadyExistsException
, but instead it throwssoftware.amazon.awssdk.services.glue.model.AlreadyExistsException
Bug is that:
iceberg/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java
Line 419 in 06ed235
software.amazon.awssdk.services.glue.model.AlreadyExistsException e
and rethrown with Iceberg'sAlreadyExistsException
.Willingness to contribute
The text was updated successfully, but these errors were encountered: