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 928ca14 commit 4d45f48Copy full SHA for 4d45f48
ydb/core/fq/libs/row_dispatcher/format_handler/ut/common/ut_common.cpp
@@ -29,7 +29,8 @@ class TPurecalcCompileServiceMock : public NActors::TActor<TPurecalcCompileServi
29
{}
30
31
STRICT_STFUNC(StateFunc,
32
- hFunc(TEvRowDispatcher::TEvPurecalcCompileRequest, Handle);
+ hFunc(TEvRowDispatcher::TEvPurecalcCompileRequest, Handle)
33
+ IgnoreFunc(TEvRowDispatcher::TEvPurecalcCompileAbort)
34
)
35
36
void Handle(TEvRowDispatcher::TEvPurecalcCompileRequest::TPtr& ev) {
0 commit comments