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

Hive QA commented on HIVE-22137:
--------------------------------



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

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

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

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

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: 12981215 - PreCommit-HIVE-Build

> Implement alter/rename partition related methods on temporary tables
> --------------------------------------------------------------------
>
>                 Key: HIVE-22137
>                 URL: https://issues.apache.org/jira/browse/HIVE-22137
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Major
>         Attachments: HIVE-22137.01.patch
>
>
> IMetaStoreClient exposes the following methods related to altering of 
> partitions:
> {code:java}
> void alter_partition(String dbName, String tblName, Partition newPart);
> void alter_partition(String catName, String dbName, String tblName, Partition 
> newPart);
> void alter_partition(String dbName, String tblName, Partition newPart, 
> EnvironmentContext environmentContext);
> void alter_partition(String catName, String dbName, String tblName, Partition 
> newPart, EnvironmentContext environmentContext, String writeIdList);
> void alter_partition(String catName, String dbName, String tblName, Partition 
> newPart, EnvironmentContext environmentContext);
> void alter_partitions(String dbName, String tblName, List<Partition> 
> newParts);
> void alter_partitions(String dbName, String tblName, List<Partition> 
> newParts, EnvironmentContext environmentContext);
> void alter_partitions(String dbName, String tblName, List<Partition> 
> newParts, EnvironmentContext environmentContext,String writeIdList, long 
> writeId);
> void alter_partitions(String catName, String dbName, String tblName, 
> List<Partition> newParts);
> void alter_partitions(String catName, String dbName, String tblName, 
> List<Partition> newParts, EnvironmentContext environmentContext, String 
> writeIdList, long writeId);
> void renamePartition(final String dbname, final String tableName, final 
> List<String> part_vals, final Partition newPart);
> void renamePartition(String catName, String dbname, String tableName, 
> List<String> part_vals, Partition newPart, String validWriteIds){code}
> These should be implemented, in order to completely support partition on 
> temporary tables.



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

Reply via email to