[ https://issues.apache.org/jira/browse/HIVE-21875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901217#comment-16901217 ]
Hive QA commented on HIVE-21875: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12976796/HIVE-21875.02.patch {color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 16795 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/18273/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18273/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18273/ 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: 12976796 - 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 > > > 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 (v7.6.14#76016)