Mryange commented on code in PR #42930:
URL: https://github.com/apache/doris/pull/42930#discussion_r1828666613


##########
be/src/vec/exprs/vmatch_predicate.cpp:
##########
@@ -181,14 +183,15 @@ const std::string& VMatchPredicate::function_name() const 
{
 std::string VMatchPredicate::debug_string() const {
     std::stringstream out;
     out << "MatchPredicate(" << children()[0]->debug_string() << ",[";
-    int num_children = children().size();
+    size_t num_children = get_num_children();

Review Comment:
   uint16_t ? 



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

Reply via email to