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

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

     [ https://issues.apache.org/jira/browse/HIVE-23676?focusedWorklogId=444244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-444244 ]

ASF GitHub Bot logged work on HIVE-23676:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jun/20 12:25
            Start Date: 11/Jun/20 12:25
    Worklog Time Spent: 10m 
      Work Description: antonlin1 opened a new pull request #1093:
URL: https://github.com/apache/hive/pull/1093


   Incorrect documentation for MetaStoreClient method
   
   `List<String> listPartitionNames(String db_name, String tbl_name, List<String> part_vals, short max_parts)`
   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 have been changed and test added to reflect this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 444244)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Minor
>          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)