HappenLee commented on code in PR #20734: URL: https://github.com/apache/doris/pull/20734#discussion_r1227893317
########## be/src/vec/exec/join/vhash_join_node.cpp: ########## @@ -450,25 +450,30 @@ Status HashJoinNode::prepare(RuntimeState* state) { // Build phase auto record_profile = _should_build_hash_table ? _build_phase_profile : faker_runtime_profile(); - _build_table_timer = ADD_TIMER(record_profile, "BuildTableTime"); - _build_side_merge_block_timer = ADD_TIMER(record_profile, "BuildSideMergeBlockTime"); + // _build_table_timer = ADD_TIMER(record_profile, "BuildTableTime"); Review Comment: remove the unless code -- 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