You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/01 12:01:00 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-23556?focusedWorklogId=734537&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734537 ]

ASF GitHub Bot logged work on HIVE-23556:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/22 12:00
            Start Date: 01/Mar/22 12:00
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk merged pull request #3021:
URL: https://github.com/apache/hive/pull/3021


   


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 734537)
    Time Spent: 20m  (was: 10m)

> 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
>            Assignee: iBenny
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: HIVE-23556.2.patch, HIVE-23556.3.patch, HIVE-23556.4.patch, HIVE-23556.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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.20.1#820001)