Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Sep 30, 2024
1 parent 4310aa3 commit 69305dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions be/src/olap/rowset/beta_rowset_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ Status BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context

if (_should_push_down_value_predicates()) {
if (_read_context->value_predicates != nullptr) {
LOG(INFO) << "sout: push down value predicates, size="
<< _read_context->value_predicates->size()
<< ", tablet_id=" << _read_options.tablet_id;
_read_options.column_predicates.insert(_read_options.column_predicates.end(),
_read_context->value_predicates->begin(),
_read_context->value_predicates->end());
Expand Down

0 comments on commit 69305dc

Please sign in to comment.