You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "HappenLee (via GitHub)" <gi...@apache.org> on 2023/06/13 10:23:46 UTC

[GitHub] [doris] HappenLee commented on a diff in pull request #20734: [fix](profile) remove same profile in join node

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org