[ 
https://issues.apache.org/jira/browse/HIVE-22084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Pinter updated HIVE-22084:
---------------------------------
    Attachment: HIVE-22084.04.patch

> Implement exchange partitions related methods on temporary tables
> -----------------------------------------------------------------
>
>                 Key: HIVE-22084
>                 URL: https://issues.apache.org/jira/browse/HIVE-22084
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Major
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22084.01.patch, HIVE-22084.02.patch, 
> HIVE-22084.03.patch, HIVE-22084.04.patch
>
>
> IMetaStoreClient exposes the following methods related to exchanging 
> partitions:
> {code:java}
> Partition exchange_partition(Map<String, String> partitionSpecs, String 
> sourceDb, String sourceTable, String destdb, String destTableName);
> Partition exchange_partition(Map<String, String> partitionSpecs, String 
> sourceCat, String sourceDb, String sourceTable, String destCat, String 
> destdb, String destTableName);
> List<Partition> exchange_partitions(Map<String, String> partitionSpecs, 
> String sourceDb, String sourceTable, String destdb, String destTableName);
> List<Partition> exchange_partitions(Map<String, String> partitionSpecs, 
> String sourceCat, String sourceDb, String sourceTable, String destCat, String 
> destdb, String destTableName);{code}
> In order to support partitions on temporary tables, these methods must be 
> implemented. 



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

Reply via email to