We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3413bac commit 896b505Copy full SHA for 896b505
ydb/library/yql/minikql/comp_nodes/ut/mkql_wide_combine_ut.cpp
@@ -34,6 +34,7 @@ using TBaseComputation = TMutableComputationNode<TTestStreamWrapper>;
34
}
35
private:
36
NUdf::EFetchStatus Fetch(NUdf::TUnboxedValue& result) override {
37
+ CompCtx.SpillerFactory = std::make_shared<TMockSpillerFactory>();
38
constexpr auto size = Y_ARRAY_SIZE(g_TestYieldStreamData);
39
if (Index == size) {
40
return NUdf::EFetchStatus::Finish;
0 commit comments