Alan Gates created HIVE-9874:
--------------------------------

             Summary: 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


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)

Reply via email to