Navis created HIVE-6129:
---------------------------
Summary: alter exchange is implemented in inverted manner
Key: HIVE-6129
URL: https://issues.apache.org/jira/browse/HIVE-6129
Project: Hive
Issue Type: Bug
Reporter: Navis
Assignee: Navis
Priority: Critical
alter exchange should be implemented accord to document in
https://cwiki.apache.org/confluence/display/Hive/Exchange+Partition. i.e
{code}
alter table T1 exchange partition (ds='1') with table T2"
{code}
should be (after creating T1@ds=1)
{quote}
moves the data from T2 to T1@ds=1....
{quote}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)