We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d95e5 commit ef8db78Copy full SHA for ef8db78
ydb/core/fq/libs/row_dispatcher/format_handler/filters/purecalc_filter.cpp
@@ -123,7 +123,7 @@ class TFilterInputConsumer : public NYql::NPureCalc::IConsumer<TInputType> {
123
// Clear cache after each object because
124
// values allocated on another allocator and should be released
125
Cache.Clear();
126
- Worker->GetGraph().Invalidate();
+ Worker->Invalidate();
127
};
128
129
auto& holderFactory = Worker->GetGraph().GetHolderFactory();
0 commit comments