[ 
https://issues.apache.org/jira/browse/HIVE-22084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936230#comment-16936230
 ] 

Hive QA commented on HIVE-22084:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12981103/HIVE-22084.06.patch

{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 17000 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/18694/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18694/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18694/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12981103 - PreCommit-HIVE-Build

> 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
>
>
> 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