Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9972 )
Change subject: IMPALA-6804: Allow SELECT and INSERT privileges on SERVER ...................................................................... IMPALA-6804: Allow SELECT and INSERT privileges on SERVER This change add the last two privileges at the SERVER level. GRANT SELECT ON SERVER TO ROLE test_role; REVOKE SELECT ON SERVER FROM ROLE test_role; GRANT INSERT ON SERVER TO ROLE test_role REVOKE INSERT ON SERVER FROM ROLE test_role Testing: Added tests to cover server level select and insert. Ran all front-end tests. Change-Id: If6510b4d54c9902029a357f1aebb2570cd75855d Reviewed-on: http://gerrit.cloudera.org:8080/9972 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/analysis/PrivilegeSpec.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeAuthStmtsTest.java M fe/src/test/java/org/apache/impala/analysis/AuthorizationTest.java 3 files changed, 179 insertions(+), 29 deletions(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9972 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If6510b4d54c9902029a357f1aebb2570cd75855d Gerrit-Change-Number: 9972 Gerrit-PatchSet: 7 Gerrit-Owner: Adam Holley <[email protected]> Gerrit-Reviewer: Adam Holley <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
