yiguolei commented on code in PR #25739:
URL: https://github.com/apache/doris/pull/25739#discussion_r1368424755


##########
be/src/runtime/plan_fragment_executor.h:
##########
@@ -146,6 +146,8 @@ class PlanFragmentExecutor {
 
     TUniqueId query_id() const { return _query_ctx->query_id(); }
 
+    int fragment_id() const { return _fragment_id; }

Review Comment:
   useless method



-- 
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

Reply via email to