yiguolei commented on code in PR #27842:
URL: https://github.com/apache/doris/pull/27842#discussion_r1411507487


##########
be/src/vec/functions/like.cpp:
##########
@@ -317,6 +317,8 @@ Status FunctionLikeBase::hs_prepare(FunctionContext* 
context, const char* expres
         return Status::RuntimeError("hs_alloc_scratch allocate scratch space 
error");
     }
 
+    LOG(INFO) << "****** expression: " << expression;

Review Comment:
   maybe  too many logs



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