Skip to content

Commit 67694ca

Browse files
Merge 46f76c8 into 7b6232b
2 parents 7b6232b + 46f76c8 commit 67694ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,9 @@ class TDqComputeActorBase : public NActors::TActorBootstrapped<TDerived>
17571757
auto inputIndex = protoSource.GetInputIndex();
17581758
if (auto* sourceInfoPtr = SourcesMap.FindPtr(inputIndex)) {
17591759
auto& sourceInfo = *sourceInfoPtr;
1760+
if (!sourceInfo.AsyncInput)
1761+
continue;
1762+
17601763
protoSource.SetIngressName(sourceInfo.Type);
17611764
const auto& ingressStats = sourceInfo.AsyncInput->GetIngressStats();
17621765
FillAsyncStats(*protoSource.MutableIngress(), ingressStats);

0 commit comments

Comments
 (0)