File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/core/kqp/proxy_service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments