Sravya Tirukkovalur created SENTRY-1376:
-------------------------------------------
Summary: Fix alter property case correctly - Deletes ACLS on the
table
Key: SENTRY-1376
URL: https://issues.apache.org/jira/browse/SENTRY-1376
Project: Sentry
Issue Type: Bug
Reporter: Sravya Tirukkovalur
Assignee: Sravya Tirukkovalur
Sentry-1184 fixes the following bugs:
- NPE - Caused for cases for Alter table renames when there are no partition
locations to oldName (test at SENTRY-1366)
- Alter table rename managed table with partitions - Old partition locations
will still have newName ACLS if they are recreated. Test case at SENTRY-1367
But it caused a regression:
An alter table property - deletes all ACLS on the table. This is also
manifested in Insert, as insert calls alter table internally. SENTRY-1345
attempts to fix it, but is incomplete.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)