You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zhihua Deng (Jira)" <ji...@apache.org> on 2020/10/20 01:18:00 UTC

[jira] [Commented] (HIVE-24044) Implement listPartitionNames on temporary tables

    [ https://issues.apache.org/jira/browse/HIVE-24044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17217188#comment-17217188 ] 

Zhihua Deng commented on HIVE-24044:
------------------------------------

Thanks much for the help and reviews, László Pintér!

> Implement listPartitionNames on temporary tables 
> -------------------------------------------------
>
>                 Key: HIVE-24044
>                 URL: https://issues.apache.org/jira/browse/HIVE-24044
>             Project: Hive
>          Issue Type: Task
>          Components: HiveServer2
>    Affects Versions: 4.0.0
>            Reporter: Zhihua Deng
>            Assignee: Zhihua Deng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Temporary tables can have their own partitions,  and IMetaStoreClient use
> {code:java}
> List<String> listPartitionNames(PartitionsByExprRequest request){code}
> to filter or sort the results. This method can be implemented on temporary tables.



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