Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
HIVE-13884 added the configuration hive.metastore.limit.partition.request to limit the number of partitions that can be requested.
Currently, it takes in effect for the following MetaStore APIs
- get_partitions,
- get_partitions_with_auth,
- get_partitions_by_filter,
- get_partitions_spec_by_filter,
- get_partitions_by_expr,
but not for
- get_partitions_ps,
- get_partitions_ps_with_auth.
This issue proposes to apply the configuration also to get_partitions_ps and get_partitions_ps_with_auth.
Attachments
Attachments
Issue Links
- links to