We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b6232b + 46f76c8 commit 67694caCopy full SHA for 67694ca
ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
@@ -1757,6 +1757,9 @@ class TDqComputeActorBase : public NActors::TActorBootstrapped<TDerived>
1757
auto inputIndex = protoSource.GetInputIndex();
1758
if (auto* sourceInfoPtr = SourcesMap.FindPtr(inputIndex)) {
1759
auto& sourceInfo = *sourceInfoPtr;
1760
+ if (!sourceInfo.AsyncInput)
1761
+ continue;
1762
+
1763
protoSource.SetIngressName(sourceInfo.Type);
1764
const auto& ingressStats = sourceInfo.AsyncInput->GetIngressStats();
1765
FillAsyncStats(*protoSource.MutableIngress(), ingressStats);
0 commit comments