[ 
https://issues.apache.org/jira/browse/HIVE-26911?focusedWorklogId=839499&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-839499
 ]

ASF GitHub Bot logged work on HIVE-26911:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Jan/23 03:49
            Start Date: 17/Jan/23 03:49
    Worklog Time Spent: 10m 
      Work Description: dengzhhu653 merged PR #3920:
URL: https://github.com/apache/hive/pull/3920




Issue Time Tracking
-------------------

    Worklog Id:     (was: 839499)
    Time Spent: 3h  (was: 2h 50m)

> Renaming a translated external table with a specified location fails with 
> 'location already exists' exception
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-26911
>                 URL: https://issues.apache.org/jira/browse/HIVE-26911
>             Project: Hive
>          Issue Type: Bug
>          Components: Standalone Metastore
>    Affects Versions: 4.0.0
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Renaming a translated external table with a specified location fails with 
> 'location already exists' exception.
> Below are steps for repro
> {code:java}
> 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 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to