Skip to content

Commit 896b505

Browse files
committed
fixupo
1 parent 3413bac commit 896b505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/minikql/comp_nodes/ut/mkql_wide_combine_ut.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ using TBaseComputation = TMutableComputationNode<TTestStreamWrapper>;
3434
}
3535
private:
3636
NUdf::EFetchStatus Fetch(NUdf::TUnboxedValue& result) override {
37+
CompCtx.SpillerFactory = std::make_shared<TMockSpillerFactory>();
3738
constexpr auto size = Y_ARRAY_SIZE(g_TestYieldStreamData);
3839
if (Index == size) {
3940
return NUdf::EFetchStatus::Finish;

0 commit comments

Comments
 (0)