[
https://issues.apache.org/jira/browse/HIVE-24743?focusedWorklogId=555270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-555270
]
ASF GitHub Bot logged work on HIVE-24743:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/21 21:48
Start Date: 20/Feb/21 21:48
Worklog Time Spent: 10m
Work Description: kishendas commented on a change in pull request #1956:
URL: https://github.com/apache/hive/pull/1956#discussion_r579713503
##########
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:
@yongzhi Please check the latest. I have retained all the existing
IMetaStoreClient APIs and introduced new ones. Also, got a green build.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 555270)
Time Spent: 2h 20m (was: 2h 10m)
> [HS2] Send tableId to get_partitions_by_names_req HMS API from HS2
> ------------------------------------------------------------------
>
> Key: HIVE-24743
> URL: https://issues.apache.org/jira/browse/HIVE-24743
> Project: Hive
> Issue Type: Sub-task
> Reporter: Kishen Das
> Assignee: Kishen Das
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> As part of ( HIVE-23821: Send tableId in request for all the new HMS
> get_partition APIs ) we added logic to send tableId in the request for
> several get_partition APIs, but looks like it was missed out for
> getPartitionsByNames. TableId and validWriteIdList are used to maintain
> consistency, when HMS API response is being served from a remote cache.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)