You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Feature Request / Improvement
In case of hive table rename operations, Hive throws an
InvalidOperationException
. Iceberg wraps exceptions from alter table to the RuntimeException something asjava.lang.RuntimeException:InvalidOperationException(message:new table <> already exists)
. There is a proposal to unwrap this exception fromRuntimeException
.Once the exception handling is fixed, the test override
TestHiveCatalog#testRenameTableDestinationTableAlreadyExists()
should also be removedQuery engine
Hive
The text was updated successfully, but these errors were encountered: