Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Renaming a translated external table with a specified location fails with 'location already exists' exception.
Below are steps for repro
create database tmp; use tmp; create table b(s string) stored as parquet location 'hdfs://localhost:20500/test-warehouse/tmp.db/some_location'; alter table b rename to bb; ERROR: InvalidOperationException: New location for this table hive.tmp.bb already exists : hdfs://localhost:20500/test-warehouse/tmp.db/some_location
Attachments
Issue Links
- links to