zclllyybb commented on code in PR #59130:
URL: https://github.com/apache/doris/pull/59130#discussion_r2633301411


##########
be/src/vec/functions/function_map.cpp:
##########
@@ -88,7 +90,12 @@ class FunctionMap : public IFunction {
                         uint32_t result, size_t input_rows_count) const 
override {
         DCHECK(arguments.size() % 2 == 0)
                 << "function: " << get_name() << ", arguments should not be 
even number";
-
+        LOG(INFO) << "[FunctionMap.execute_impl] input_rows_count: " << 
input_rows_count;

Review Comment:
   remove these INFO log



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