yiguolei commented on code in PR #33075: URL: https://github.com/apache/doris/pull/33075#discussion_r1545609260
########## be/src/pipeline/exec/partitioned_hash_join_probe_operator.cpp: ########## @@ -783,6 +783,11 @@ Status PartitionedHashJoinProbeOperatorX::get_block(RuntimeState* state, vectori bool* eos) { *eos = false; auto& local_state = get_local_state(state); + Defer defer([&] { + if (*eos) { + LOG(INFO) << "hash probe " << id() << " eos"; Review Comment: This is a debug message? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org