Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3542: do_as_user empty check missing ......................................................................
IMPALA-3542: do_as_user empty check missing Fixes a typo in ImpalaServer::AuthorizeProxyUser where we check that the 'user' parameters isn't empty twice instead of also checking the 'do_as_user' parameter. Change-Id: I8e3962f6f397804e37d4f2c667e97b55bd3ca2bf Reviewed-on: http://gerrit.cloudera.org:8080/3120 Reviewed-by: Matthew Jacobs <[email protected]> Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M be/src/service/impala-server.cc M tests/hs2/test_hs2.py 2 files changed, 17 insertions(+), 1 deletion(-) Approvals: Matthew Jacobs: Looks good to me, but someone else must approve Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3120 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8e3962f6f397804e37d4f2c667e97b55bd3ca2bf Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]>
