Peter Vary created HIVE-26025:
---------------------------------
Summary: 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
Fix For: 4.0.0-alpha-1
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)