Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10082 )
Change subject: IMPALA-6862: Privilege.java needs to support Sentry 1.5.1 and 2.0.0 ...................................................................... IMPALA-6862: Privilege.java needs to support Sentry 1.5.1 and 2.0.0 BitFieldAction is an asbract class in Sentry 1.5.1, but it is no longer an abstract class in Sentry 2.0.0. This patch fixes the issue by making Privilege.java support both versions of Sentry. Testing: - Ran all front-end tests with profile=2 and profile=3 Cherry-picks: not for 2.x Change-Id: Ibbf4eeab3927ff93ed51066b164b8874d5f76e23 Reviewed-on: http://gerrit.cloudera.org:8080/10082 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml R fe/src/compat-minicluster-profile-3/test/java/org/apache/impala/authorization/ImpalaActionFactoryTest.java M fe/src/main/java/org/apache/impala/authorization/Privilege.java 3 files changed, 22 insertions(+), 1 deletion(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10082 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibbf4eeab3927ff93ed51066b164b8874d5f76e23 Gerrit-Change-Number: 10082 Gerrit-PatchSet: 6 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
