Skip to content

Commit d9074de

Browse files
authored
Merge 8cc05f3 into d9f2880
2 parents d9f2880 + 8cc05f3 commit d9074de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/driver_lib/run/run.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,10 @@ void TKikimrRunner::InitializeGRpc(const TKikimrRunConfig& runConfig) {
584584
TServiceCfg hasKeyValue = services.empty();
585585
names["keyvalue"] = &hasKeyValue;
586586

587+
if (hasTableService || hasYql) {
588+
hasQueryService = true;
589+
}
590+
587591
std::unordered_set<TString> enabled;
588592
for (const auto& name : services) {
589593
enabled.insert(name);

0 commit comments

Comments
 (0)