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.
1 parent 6a1069f commit 6b2ac7dCopy full SHA for 6b2ac7d
ydb/library/yql/providers/dq/task_runner_actor/task_runner_actor.cpp
@@ -145,6 +145,7 @@ class TTaskRunnerActor
145
hFunc(TEvPush, OnChannelPush);
146
hFunc(TEvSinkPop, OnSinkPop);
147
hFunc(TEvSinkPopFinished, OnSinkPopFinished);
148
+ IgnoreFunc(TEvStatistics);
149
default: {
150
auto message = TStringBuilder() << "Unexpected event: " << ev->GetTypeRewrite() << " (" << ev->GetTypeName() << ")" << " stageId: " << StageId;
151
auto issue = TIssue(message).SetCode(TIssuesIds::DQ_GATEWAY_NEED_FALLBACK_ERROR, TSeverityIds::S_ERROR);
0 commit comments