Tim Armstrong has submitted this change and it was merged. Change subject: IMPALA-5530: fix compilation against Sentry ......................................................................
IMPALA-5530: fix compilation against Sentry * SentryUserException moved packages as a result of the SENTRY-1205 change. If we just catch the Exception superclass Impala should compile against both versions of the API. * SentryPolicyServiceClient.close() throws java.lang.Exception Change-Id: Ie08831dd3df3861f34de75b26eecb9182641aaa9 Reviewed-on: http://gerrit.cloudera.org:8080/7222 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Tim Armstrong <[email protected]> --- M fe/src/main/java/org/apache/impala/util/SentryPolicyService.java 1 file changed, 14 insertions(+), 11 deletions(-) Approvals: Thomas Tauber-Marshall: Looks good to me, but someone else must approve Tim Armstrong: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/7222 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie08831dd3df3861f34de75b26eecb9182641aaa9 Gerrit-PatchSet: 6 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
