[
https://issues.apache.org/jira/browse/SENTRY-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222960#comment-15222960
]
Sravya Tirukkovalur commented on SENTRY-1170:
---------------------------------------------
Current:
struct TPathsUpdate {
1: required bool hasFullImage;
2: optional TPathsDump pathsDump;
3: required i64 seqNum;
4: required list<TPathChanges> pathChanges;
}
struct TPathChanges {
# The authorizable object that needs to be updated.
1: required string authzObj;
# The path (splits into string segments) that needs to be
# added to the authorizable object.
2: required list<list<string>> addPaths;
# The path (splits into string segments) that needs to be
# deleted to the authorizable object.
3: required list<list<string>> delPaths;
}
> renameAuthzObj should be separerated out for "alter partition" and "alter
> table rename"
> ---------------------------------------------------------------------------------------
>
> Key: SENTRY-1170
> URL: https://issues.apache.org/jira/browse/SENTRY-1170
> Project: Sentry
> Issue Type: Bug
> Reporter: Sravya Tirukkovalur
> Assignee: Sravya Tirukkovalur
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)