Skip to content

Commit 334ab8d

Browse files
committed
Removed cache clear
1 parent 838079f commit 334ab8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ydb/core/fq/libs/row_dispatcher/json_filter.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ class TFilterInputConsumer : public NYql::NPureCalc::IConsumer<std::pair<const T
149149

150150
Worker->Push(std::move(result));
151151
}
152-
153-
// Clear cache after on each object because
154-
// values allocated on another allocator and should be released
155-
Cache.Clear();
156152
}
157153
}
158154

@@ -271,8 +267,6 @@ class TJsonFilter::TImpl {
271267
NYql::NPureCalc::TProgramFactoryOptions().SetScopedAlloc(std::move(alloc))
272268
);
273269

274-
// Program should be stateless because input values
275-
// allocated on another allocator and should be released
276270
LOG_ROW_DISPATCHER_DEBUG("Creating program...");
277271
Program = factory->MakePushStreamProgram(
278272
TFilterInputSpec(MakeInputSchema(columns, types)),

0 commit comments

Comments
 (0)