MCPcopy Create free account
hub / github.com/apache/impala / RefreshAuthorization

Method RefreshAuthorization

be/src/service/frontend.cc:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398Status Frontend::RefreshAuthorization() {
399 return JniUtil::CallJniMethod(fe_, refresh_authorization_);
400}
401
402bool Frontend::IsAuthorizationError(const Status& status) {
403 return !status.ok() && status.GetDetail().find("AuthorizationException") == 0;

Callers 1

ExecMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected