Skip to content

Commit c62e322

Browse files
committed
fix
1 parent f229f08 commit c62e322

File tree

1 file changed

+2
-2
lines changed
  • ydb/core/tx/columnshard/engines/reader/duplicates

1 file changed

+2
-2
lines changed

Diff for: ydb/core/tx/columnshard/engines/reader/duplicates/manager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ void TDuplicateFilterConstructor::TSourceFilterConstructor::Finish() {
9090
for (ui64 i = 0; i < IntervalFilters.size(); ++i) {
9191
result.Append(*TValidator::CheckNotNull(IntervalFilters[i]));
9292
}
93-
AFL_VERIFY(result.GetRecordsCountVerified() == Source->GetStageData().GetTable()->GetRecordsCountVerified())(
94-
"filter", result.GetRecordsCountVerified())("source", Source->GetRecordsCount());
93+
AFL_VERIFY(result.GetRecordsCountVerified() == Source->GetRecordsCount())("filter", result.GetRecordsCountVerified())(
94+
"source", Source->GetRecordsCount());
9595
Subscriber->OnFilterReady(result);
9696
}
9797

0 commit comments

Comments
 (0)