Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table rename in Glue Catalog throws Incorrect AlreadyExistsException #11155

Open
1 of 3 tasks
ZygimantasKoncius opened this issue Sep 17, 2024 · 1 comment
Open
1 of 3 tasks
Labels
bug Something isn't working

Comments

@ZygimantasKoncius
Copy link

Apache Iceberg version

1.6.1 (latest release)

Query engine

None

Please describe the bug 🐞

Based on the Catalog interface renameTable should throw org.apache.iceberg.exceptions.AlreadyExistsException, but instead it throws software.amazon.awssdk.services.glue.model.AlreadyExistsException

Bug is that:

isn't wrapped in software.amazon.awssdk.services.glue.model.AlreadyExistsException e and rethrown with Iceberg's AlreadyExistsException.

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time
@jishangarg
Copy link

jishangarg commented Sep 18, 2024

Hi Team,
Can somebody please review my PR #11165 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants