[
https://issues.apache.org/jira/browse/HIVE-22084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936636#comment-16936636
]
Peter Vary commented on HIVE-22084:
-----------------------------------
+1
> 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, HIVE-22084.05.patch,
> HIVE-22084.06.patch, HIVE-22084.07.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)