You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2022/03/16 18:40:00 UTC

[jira] [Resolved] (HIVE-26025) Remove IMetaStoreClient#listPartitionNames which is not used

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

Peter Vary resolved HIVE-26025.
-------------------------------
    Resolution: Fixed

Pushed to master.
Thanks for the PR [~dengzh]!

> Remove IMetaStoreClient#listPartitionNames which is not used
> ------------------------------------------------------------
>
>                 Key: HIVE-26025
>                 URL: https://issues.apache.org/jira/browse/HIVE-26025
>             Project: Hive
>          Issue Type: Task
>            Reporter: Peter Vary
>            Assignee: Zhihua Deng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0-alpha-1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently the following method is not used and not yet released:
> {code:java}
> List<String> listPartitionNames(String catName, String dbName, String tblName,
>     String defaultPartName, byte[] exprBytes, String order, short maxParts)
>     throws MetaException, TException, NoSuchObjectException; {code}
> We should not release unused methods



--
This message was sent by Atlassian Jira
(v8.20.1#820001)