Skip to content

Commit f4981db

Browse files
[chore] remove info log from segment iterator (#58369)
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
1 parent 7ec36a2 commit f4981db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,14 +2867,6 @@ void SegmentIterator::_calculate_expr_in_remaining_conjunct_root() {
28672867
_common_expr_to_slotref_map[root_expr_ctx.get()]
28682868
[inner_slot_ref->column_id()] =
28692869
expr.get();
2870-
// Print debug info for virtual slot expansion
2871-
LOG(INFO) << fmt::format(
2872-
"common_expr_ctx_ptr: {}, expr_ptr: {}, "
2873-
"virtual_slotref_ptr: {}, inner_slotref_ptr: {}, "
2874-
"column_id: {}",
2875-
fmt::ptr(root_expr_ctx.get()), fmt::ptr(expr.get()),
2876-
fmt::ptr(child.get()), fmt::ptr(vir_child.get()),
2877-
inner_slot_ref->column_id());
28782870
}
28792871

28802872
if (!vir_child->children().empty()) {

0 commit comments

Comments
 (0)