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

Hive: Unwrap RuntimeException for Hive InvalidOperationException #9289

Open
nk1506 opened this issue Dec 13, 2023 · 1 comment
Open

Hive: Unwrap RuntimeException for Hive InvalidOperationException #9289

nk1506 opened this issue Dec 13, 2023 · 1 comment
Assignees
Labels

Comments

@nk1506
Copy link
Contributor

nk1506 commented Dec 13, 2023

Feature Request / Improvement

In case of hive table rename operations, Hive throws an InvalidOperationException. Iceberg wraps exceptions from alter table to the RuntimeException something as java.lang.RuntimeException:InvalidOperationException(message:new table <> already exists) . There is a proposal to unwrap this exception from RuntimeException.

Once the exception handling is fixed, the test override TestHiveCatalog#testRenameTableDestinationTableAlreadyExists() should also be removed

Query engine

Hive

Copy link

github-actions bot commented Oct 7, 2024

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

@github-actions github-actions bot added the stale label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant