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

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

                Author: ASF GitHub Bot
            Created on: 01/Jun/21 13:50
            Start Date: 01/Jun/21 13:50
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk merged pull request #2191:
URL: https://github.com/apache/hive/pull/2191


   


-- 
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 604499)
    Time Spent: 1h 20m  (was: 1h 10m)

> TRANSLATED_TO_EXTERNAL tables may write to the same location
> ------------------------------------------------------------
>
>                 Key: HIVE-24920
>                 URL: https://issues.apache.org/jira/browse/HIVE-24920
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> {code}
> create table t (a integer);
> insert into t values(1);
> alter table t rename to t2;
> create table t (a integer); -- I expected an exception from this command 
> (location already exists) but because its an external table no exception
> insert into t values(2);
> select * from t;  -- shows 1 and 2
> drop table t2;    -- wipes out data location
> select * from t;  -- empty resultset
> {code}



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

Reply via email to