[
https://issues.apache.org/jira/browse/HIVE-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated HIVE-9874:
-----------------------------
Attachment: HIVE-9874.patch
This patch depends on HIVE-9885.
> Partition storage descriptors being set from table sd without copying
> [hbase-metastore branch]
> ----------------------------------------------------------------------------------------------
>
> Key: HIVE-9874
> URL: https://issues.apache.org/jira/browse/HIVE-9874
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Reporter: Alan Gates
> Assignee: Alan Gates
> Attachments: HIVE-9874.patch
>
>
> There are a number of places in the code where something like the following
> is done:
> {code}
> partition.setSd(table.getSd());
> {code}
> This causes problems in the HBase metastore case because of the way it shares
> storage descriptors when they are identical. This means when using a storage
> descriptor as a template for another we need to actually create a new one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)