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


##########
be/src/vec/columns/subcolumn_tree.h:
##########
@@ -349,6 +360,27 @@ class SubcolumnsTree {
 
         return current_node;
     }
+
+    Node* find_impl(const PathInData& path, bool find_exact) {

Review Comment:
   也许可以,但是我不太确定外部是否会有const 变量调用相关方法,我会尝试一下,如果出现错误,就保持这样的修改?



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