Skip to content

Commit b501340

Browse files
committed
Renamed TryFillPoolInfoFromCache
1 parent 458d8d8 commit b501340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kqp/proxy_service/kqp_proxy_service.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class TKqpProxyService : public TActorBootstrapped<TKqpProxyService> {
699699
LocalSessions->AttachQueryText(sessionInfo, ev->Get()->GetQuery());
700700
}
701701

702-
if (!TryGetPoolInfoFromCache(ev, requestId)) {
702+
if (!TryFillPoolInfoFromCache(ev, requestId)) {
703703
return;
704704
}
705705

@@ -1560,7 +1560,7 @@ class TKqpProxyService : public TActorBootstrapped<TKqpProxyService> {
15601560
}
15611561
}
15621562

1563-
bool TryGetPoolInfoFromCache(TEvKqp::TEvQueryRequest::TPtr& ev, ui64 requestId) {
1563+
bool TryFillPoolInfoFromCache(TEvKqp::TEvQueryRequest::TPtr& ev, ui64 requestId) {
15641564
if (!FeatureFlags.GetEnableResourcePools()) {
15651565
ev->Get()->SetPoolId("");
15661566
return true;

0 commit comments

Comments
 (0)