Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhan1 committed Dec 19, 2024
1 parent 9cc0b51 commit 33c6f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/vec/olap/block_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ Status BlockReader::_init_collect_iter(const ReaderParams& read_params) {
}
// check if rowsets are noneoverlapping
_is_rowsets_overlapping = _rowsets_not_mono_asc_disjoint(read_params);
LOG_INFO("xxx _is_rowsets_overlapping={}", _is_rowsets_overlapping);
_vcollect_iter.init(this, _is_rowsets_overlapping, read_params.read_orderby_key,
read_params.read_orderby_key_reverse);

Expand Down

0 comments on commit 33c6f32

Please sign in to comment.