kaijchen commented on code in PR #27756:
URL: https://github.com/apache/doris/pull/27756#discussion_r1409013276


##########
fe/fe-core/src/main/java/org/apache/doris/common/profile/ProfileTreeBuilder.java:
##########
@@ -242,7 +246,7 @@ private ProfileTreeNode 
buildSingleInstanceTree(RuntimeProfile instanceProfile,
                     || 
profile.getName().startsWith(PROFILE_NAME_VDATA_STREAM_SENDER)
                     || 
profile.getName().startsWith(PROFILE_NAME_VDATA_BUFFER_SENDER)
                     || 
profile.getName().startsWith(PROFILE_NAME_DATA_BUFFER_SENDER)
-                    || 
profile.getName().startsWith(PROFILE_NAME_OLAP_TABLE_SINK)) {
+                    || 
profile.getName().startsWith(PROFILE_NAME_VOLAP_TABLE_SINK)) {

Review Comment:
   `VOlapTableSinkV2` also starts with `VOlapTableSink`, but I guess it's 
expected to share this logic?



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