Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jul 31, 2024
1 parent 38b91c3 commit 2d47e5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ydb/core/tx/columnshard/engines/predicate/range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ bool TPKRangeFilter::IsPortionInPartialUsage(const NArrow::TReplaceKey& start, c
endUsage = true;
}

AFL_ERROR(NKikimrServices::TX_COLUMNSHARD)("start", start.DebugString())("end", end.DebugString())("from", PredicateFrom.DebugString())("to", PredicateTo.DebugString())
("toInternal", toInternal)("fromInternal", fromInternal);

return endUsage || startUsage;
}

Expand Down

0 comments on commit 2d47e5f

Please sign in to comment.