This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new b8107368d48 [chore](log) remove redundant log in segment.cpp (#35008)
b8107368d48 is described below
commit b8107368d480e8826500b0f9801d8f3f0e66d997
Author: Jerry Hu <[email protected]>
AuthorDate: Fri May 17 17:18:39 2024 +0800
[chore](log) remove redundant log in segment.cpp (#35008)
---
be/src/olap/rowset/segment_v2/segment.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/be/src/olap/rowset/segment_v2/segment.cpp
b/be/src/olap/rowset/segment_v2/segment.cpp
index 3f167112ebb..9d12c772cd3 100644
--- a/be/src/olap/rowset/segment_v2/segment.cpp
+++ b/be/src/olap/rowset/segment_v2/segment.cpp
@@ -203,8 +203,6 @@ Status Segment::new_iterator(SchemaSPtr schema, const
StorageReadOptions& read_o
options_with_pruned_predicates.col_id_to_predicates[pred->column_id()]
->add_column_predicate(single_column_block_predicate);
}
- LOG(INFO) << "column_predicates pruned from " <<
read_options.column_predicates.size()
- << " to " << pruned_predicates.size();
return iter->get()->init(options_with_pruned_predicates);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]