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


##########
be/src/vec/columns/subcolumn_tree.h:
##########
@@ -233,6 +235,15 @@ class SubcolumnsTree {
         return candidate;
     }
 
+    /// Find leaf by path.
+    Node* find_leaf(const PathInData& path) {

Review Comment:
   do not rewrite this method. maybe modify the previous method at line 230 ?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to