Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Dec 29, 2023
1 parent 805489b commit 3a2412a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions be/src/olap/rowset/beta_rowset_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ class BetaRowsetReader : public RowsetReader {
bool _should_push_down_value_predicates() const;
bool _is_merge_iterator() const {
return _read_context->need_ordered_result &&
_rowset->rowset_meta()->is_segments_overlapping() &&
_segment_offsets.size() > 1;
_rowset->rowset_meta()->is_segments_overlapping() && _segment_offsets.size() > 1;
}

DorisCallOnce<Status> _init_iter_once;
Expand Down

0 comments on commit 3a2412a

Please sign in to comment.