kishendas commented on a change in pull request #1956:
URL: https://github.com/apache/hive/pull/1956#discussion_r579461372



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
##########
@@ -1497,8 +1497,8 @@ GetPartitionsPsWithAuthResponse 
listPartitionsWithAuthInfoRequest(GetPartitionsP
    * @throws MetaException error accessing the RDBMS.
    * @throws TException thrift transport error
    */
-  List<Partition> getPartitionsByNames(String db_name, String tbl_name,
-      List<String> part_names) throws NoSuchObjectException, MetaException, 
TException;
+  List<Partition> getPartitionsByNames(String db_name, String tbl_name, 
List<String> part_names,

Review comment:
       I am not changing HMS APIs here. 




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to