Stamatis Zampetakis created HIVE-25936: ------------------------------------------
Summary: ValidWriteIdList & table id are sometimes missing when requesting partitions by name via HS2 Key: HIVE-25936 URL: https://issues.apache.org/jira/browse/HIVE-25936 Project: Hive Issue Type: Sub-task Reporter: Stamatis Zampetakis Assignee: Stamatis Zampetakis According to HIVE-24743 the table id and {{ValidWriteIdList}} are important for keeping HMS remote metadata cache consistent. Although HIVE-24743 attempted to pass the write id list and table id in every call to HMS it failed to do so completely. For those partitions not handled in the batch logic, the [metastore call|https://github.com/apache/hive/blob/4b7a948e45fd88372fef573be321cda40d189cc7/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java#L4161] in {{Hive#getPartitionsByName}} method does not pass the table id and write id list. -- This message was sent by Atlassian Jira (v8.20.1#820001)