yongzhi commented on a change in pull request #1956:
URL: https://github.com/apache/hive/pull/1956#discussion_r579426352
##########
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:
Just change an interface may cause a backward compatible issue, maybe
just add a new one and keeps old ones?
----------------------------------------------------------------
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]