[
https://issues.apache.org/jira/browse/HIVE-21874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877742#comment-16877742
]
Marta Kuczora commented on HIVE-21874:
--------------------------------------
+1
Thanks a lot [~lpinter] for the patch!
> Implement add partitions related methods on temporary table
> -----------------------------------------------------------
>
> Key: HIVE-21874
> URL: https://issues.apache.org/jira/browse/HIVE-21874
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Reporter: Laszlo Pinter
> Assignee: Laszlo Pinter
> Priority: Major
> Attachments: HIVE-21874.01.patch, HIVE-21874.02.patch,
> HIVE-21874.03.patch, HIVE-21874.04.patch, HIVE-21874.05.patch,
> HIVE-21874.06.patch
>
>
> IMetaStoreClient exposes the following add partition related methods:
> {code:java}
> Partition add_partition(Partition partition);
> int add_partitions(List<Partition> partitions);
> int add_partitions_pspec(PartitionSpecProxy partitionSpec);
> List<Partition> add_partitions(List<Partition> partitions, boolean
> ifNotExists, boolean needResults);
> {code}
> These methods should be implemented in order to handle addition of partitions
> to temporary tables.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)