aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/tests/tools/fqrun/src/common.cpp
blob: 7d0fc18045324fc674e84f04351efcf755b31377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "common.h"

namespace NFqRun {

void SetupAcl(FederatedQuery::Acl* acl) {
    if (acl->visibility() == FederatedQuery::Acl::VISIBILITY_UNSPECIFIED) {
        acl->set_visibility(FederatedQuery::Acl::SCOPE);
    }
}

}  // namespace NFqRun