Skip to content

Commit 9da66ef

Browse files
committed
Fixed build
1 parent b9b6906 commit 9da66ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ void TTopicSession::DoFiltering(ui64 rowsOffset, ui64 numberRows, const TVector<
639639
for (auto& [actorId, info] : Clients) {
640640
try {
641641
if (info.Filter) {
642-
info.Filter->Push(offsets, RebuildJson(info, parsedValues));
642+
info.Filter->Push(offsets, RebuildJson(info, parsedValues), rowsOffset, numberRows);
643643
}
644644
} catch (const std::exception& e) {
645645
FatalError(e.what(), &info.Filter, false);

0 commit comments

Comments
 (0)