Alan Gates created HIVE-7242: -------------------------------- Summary: alter table drop partition is acquiring the wrong type of lock Key: HIVE-7242 URL: https://issues.apache.org/jira/browse/HIVE-7242 Project: Hive Issue Type: Bug Components: Locking Affects Versions: 0.13.0 Reporter: Alan Gates Assignee: Alan Gates
Doing an "alter table foo drop partition ('bar=x')" acquired a shared-write lock on partition bar=x. It should be acquiring an exclusive lock in that case. -- This message was sent by Atlassian JIRA (v6.2#6252)