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

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

                Author: ASF GitHub Bot
            Created on: 16/Jan/21 00:11
            Start Date: 16/Jan/21 00:11
    Worklog Time Spent: 10m 
      Work Description: saihemanth-cloudera closed pull request #1841:
URL: https://github.com/apache/hive/pull/1841


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 536665)
    Time Spent: 20m  (was: 10m)

> ALTER TABLE RENAME is not modifying the location of managed table
> -----------------------------------------------------------------
>
>                 Key: HIVE-24603
>                 URL: https://issues.apache.org/jira/browse/HIVE-24603
>             Project: Hive
>          Issue Type: Bug
>          Components: Standalone Metastore
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The location of the managed table is not changing when the table is renamed.
> This causes correctness issues as well like the following -
> create table abc (id int);
> insert into abc values (1);
> rename table abc to def;
> create table abc (id int); // This should be empty
> insert into abc values (2);
> select * from abc ; // now returns the 1 and 2, (ie the old results as well)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to