yinzhijian commented on code in PR #10467: URL: https://github.com/apache/doris/pull/10467#discussion_r909598346
########## be/src/exprs/array_functions.h: ########## @@ -32,4 +32,6 @@ class ArrayFunctions { static CollectionVal array(FunctionContext* context, int num_children, const StringVal* values); }; + +doris_udf::AnyVal array_fake_fucntion(FunctionContext* context); Review Comment: array_fake_function -- 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