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

Hive QA commented on HIVE-21814:
--------------------------------



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

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

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

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

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

> Implement list partitions related methods on temporary tables
> -------------------------------------------------------------
>
>                 Key: HIVE-21814
>                 URL: https://issues.apache.org/jira/browse/HIVE-21814
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Major
>         Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch, 
> HIVE-21814.03.patch, HIVE-21814.04.patch, HIVE-21814.05.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List<String> listPartitionNames(String db_name, String tbl_name, List<String> 
> part_vals, short max_parts);
> List<String> listPartitionNames(String catName, String db_name, String 
> tbl_name, List<String> part_vals, int max_parts);
> List<Partition> listPartitions(String db_name, String tbl_name, List<String> 
> part_vals, short max_parts);
> List<Partition> listPartitions(String catName, String db_name, String 
> tbl_name, List<String> part_vals, int max_parts);
> List<String> listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List<String> listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List<String> listPartitionNames(String db_name, String tbl_name, List<String> 
> part_vals, short max_parts);
> List<String> listPartitionNames(String catName, String db_name, String 
> tbl_name, List<String> part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List<Partition> listPartitionsWithAuthInfo(String dbName, String tableName, 
> List<String> partialPvals, short maxParts, String userName, List<String> 
> groupNames);
> List<Partition> listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List<String> partialPvals, int maxParts, String userName, 
> List<String> groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to