This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new ac3e0ec338a branch-3.1: [chore](log) remove unused be warning log
#55159 (#55297)
ac3e0ec338a is described below
commit ac3e0ec338a55c7b13c7ff4bbd047f48e3649102
Author: Mryange <[email protected]>
AuthorDate: Wed Aug 27 11:41:38 2025 +0800
branch-3.1: [chore](log) remove unused be warning log #55159 (#55297)
picked from #55159
---
be/src/pipeline/exec/exchange_sink_operator.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/be/src/pipeline/exec/exchange_sink_operator.cpp
b/be/src/pipeline/exec/exchange_sink_operator.cpp
index 866c4992163..6280f77cb4c 100644
--- a/be/src/pipeline/exec/exchange_sink_operator.cpp
+++ b/be/src/pipeline/exec/exchange_sink_operator.cpp
@@ -172,9 +172,6 @@ Status ExchangeSinkLocalState::open(RuntimeState* state) {
_local_channels_dependency.push_back(dep);
DCHECK(_local_channels_dependency[dep_id] != nullptr);
dep_id++;
- } else {
- LOG(WARNING) << "local recvr is null: query id = "
- << print_id(state->query_id()) << " node id =
" << p.node_id();
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]