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

Hive QA commented on HIVE-21875:
--------------------------------



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

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

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

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

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

> Implement drop partition related methods on temporary tables
> ------------------------------------------------------------
>
>                 Key: HIVE-21875
>                 URL: https://issues.apache.org/jira/browse/HIVE-21875
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Major
>         Attachments: HIVE-21875.01.patch, HIVE-21875.02.patch, 
> HIVE-21875.03.patch, HIVE-21875.04.patch, HIVE-21875.05.patch, 
> HIVE-21875.06.patch
>
>
> IMetaStoreClient exposes the following methods related to dropping partitions:
> {code:java}
> boolean dropPartition(String db_name, String tbl_name, List<String> 
> part_vals, boolean deleteData);
> boolean dropPartition(String catName, String db_name, String tbl_name, 
> List<String> part_vals, boolean deleteData);
> boolean dropPartition(String db_name, String tbl_name, List<String> 
> part_vals, PartitionDropOptions options);
> boolean dropPartition(String catName, String db_name, String tbl_name, 
> List<String> part_vals, PartitionDropOptions options);
> List<Partition> dropPartitions(String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, boolean deleteData, boolean 
> ifExists);
> List<Partition> dropPartitions(String catName, String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, boolean deleteData, boolean 
> ifExists);
> List<Partition> dropPartitions(String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, boolean deleteData, boolean 
> ifExists, boolean needResults);
> List<Partition> dropPartitions(String catName, String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, boolean deleteData, boolean 
> ifExists, boolean needResults);
> List<Partition> dropPartitions(String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, PartitionDropOptions options);
> List<Partition> dropPartitions(String catName, String dbName, String tblName, 
> List<ObjectPair<Integer, byte[]>> partExprs, PartitionDropOptions options);
> boolean dropPartition(String db_name, String tbl_name, String name, boolean 
> deleteData);
> boolean dropPartition(String catName, String db_name, String tbl_name, String 
> name, boolean deleteData){code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to