You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Toshihiko Uchida (Jira)" <ji...@apache.org> on 2020/05/27 13:51:00 UTC

[jira] [Created] (HIVE-23556) Support hive.metastore.limit.partition.request for get_partitions_ps

Toshihiko Uchida created HIVE-23556:
---------------------------------------

             Summary: Support hive.metastore.limit.partition.request for get_partitions_ps
                 Key: HIVE-23556
                 URL: https://issues.apache.org/jira/browse/HIVE-23556
             Project: Hive
          Issue Type: Improvement
            Reporter: Toshihiko Uchida


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)