Skip to content

Commit d216ad1

Browse files
committed
add comment
1 parent 589fa8b commit d216ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

be/src/olap/rowset/segment_v2/segment_iterator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ bool SegmentIterator::_check_apply_by_inverted_index(ColumnPredicate* pred, bool
919919
return false;
920920
}
921921

922+
// UNTOKENIZED strings exceed ignore_above, they are written as null, causing range query errors
922923
if (PredicateTypeTraits::is_range(pred->type()) &&
923924
_inverted_index_iterators[pred_column_id] != nullptr &&
924925
_inverted_index_iterators[pred_column_id]->get_inverted_index_reader_type() ==

0 commit comments

Comments
 (0)