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

Namit Jain commented on HIVE-3074:
----------------------------------

@Carl, append_partition adds a new partition to the metastore.

This new API does not add a new partition. It creates a new partition as it 
would exist in memory, and returns it back to you.
The user can modify it and flush it later.
                
> Create a new API which gets a new empty partition object.
> ---------------------------------------------------------
>
>                 Key: HIVE-3074
>                 URL: https://issues.apache.org/jira/browse/HIVE-3074
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Nadeem Moidu
>            Assignee: Nadeem Moidu
>
> Gets a new partition object with the given parameters. Similar to 
> append_partition, but does not add the partition to metastore. It only works 
> for tables; does not work for other objects like views. The table is fetched 
> from the metastore using the db name and the table name.  However, the actual 
> partition is not fetched from the metastore. It does not matter whether the 
> partition exists or not.The partition values are used to construct a new 
> partition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to