FayneBupt commented on code in PR #62689:
URL: https://github.com/apache/doris/pull/62689#discussion_r3226051875
##########
be/src/exprs/function/simple_function_factory.h:
##########
@@ -117,6 +117,9 @@ void register_function_bit_test(SimpleFunctionFactory&
factory);
void register_function_dict_get(SimpleFunctionFactory& factory);
void register_function_dict_get_many(SimpleFunctionFactory& factory);
void register_function_ai(SimpleFunctionFactory& factory);
+namespace vectorized {
Review Comment:
这个是从其他分支适配过来时误带的,已经删掉多余 namespace,并按 4.1 当前命名空间风格对齐。
--
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]