yiguolei commented on code in PR #56603:
URL: https://github.com/apache/doris/pull/56603#discussion_r2390232727
##########
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:
直接把344 行这个函数删掉? 否则我们得维护两套代码
--
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]