This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 71745bffe79 [chore](log) remove unused be warning log  (#55159) 
(#55295)
71745bffe79 is described below

commit 71745bffe792bdefdee089f5c0d8cfb258ed2143
Author: Mryange <[email protected]>
AuthorDate: Wed Aug 27 18:27:34 2025 +0800

    [chore](log) remove unused be warning log  (#55159) (#55295)
---
 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 ff8bcdd9236..284112ef4dd 100644
--- a/be/src/pipeline/exec/exchange_sink_operator.cpp
+++ b/be/src/pipeline/exec/exchange_sink_operator.cpp
@@ -219,9 +219,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]

Reply via email to