HappenLee commented on code in PR #65483:
URL: https://github.com/apache/doris/pull/65483#discussion_r3620848649


##########
be/src/exprs/function/function_bitmap_variadic.cpp:
##########
@@ -244,8 +260,26 @@ class FunctionBitMapVariadic : public IFunction {
         auto& vec_res = col_res->get_data();
         vec_res.resize(input_rows_count);
 
-        RETURN_IF_ERROR(Impl::vector_vector(argument_columns.data(), 
argument_size,
-                                            input_rows_count, vec_res, 
col_res_nulls.get()));
+        bool used_binary_count_path = false;

Review Comment:
   maybe should be a union op



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