You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "anton lin (Jira)" <ji...@apache.org> on 2020/06/11 12:27:00 UTC

[jira] [Assigned] (HIVE-23676) Test to cover wildcard partVals in listPartitionNames

     [ https://issues.apache.org/jira/browse/HIVE-23676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

anton lin reassigned HIVE-23676:
--------------------------------

    Assignee: anton lin

> Test to cover wildcard partVals in listPartitionNames
> -----------------------------------------------------
>
>                 Key: HIVE-23676
>                 URL: https://issues.apache.org/jira/browse/HIVE-23676
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Test
>            Reporter: anton lin
>            Assignee: anton lin
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Incorrect documentation for MetaStoreClient method
> {code:java}
> List<String> listPartitionNames(String db_name, String tbl_name,
>  List<String> part_vals, short max_parts)
> {code}
> Saying _"...If you wish to accept any value for a particular key you can pass ".*" for that value in this list..."_
> Any value wildcard behaviour is achieved with empty string _""_. Documentation and tests should reflect this. 



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