Wechar created HIVE-28239:
-----------------------------
Summary: Fix bug on HMSHandler#checkLimitNumberOfPartitions
Key: HIVE-28239
URL: https://issues.apache.org/jira/browse/HIVE-28239
Project: Hive
Issue Type: Bug
Components: Hive
Reporter: Wechar
Assignee: Wechar
{{HMSHandler#checkLimitNumberOfPartitions}} should not compare request size,
which can cause the incorrect limit check.
Assume that HMS configure {{metastore.limit.partition.request}} as 100, the
client calls {{get_partitions_by_filter}} with maxParts as 101, and the
matching partition number is 50, in this case the HMS server should not throw
MetaException by partition limit check.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)