yiguolei commented on code in PR #28395: URL: https://github.com/apache/doris/pull/28395#discussion_r1426922885
########## be/src/vec/exprs/vcast_expr.cpp: ########## @@ -142,8 +142,11 @@ std::string VCastExpr::debug_string() const { out << ","; } out << input_expr->debug_string(); Review Comment: 这么改感觉像是每个expr < 4096,但是如果是多个expr 还是会崩溃。 我认为,我们应该给debug_string 传递一个(stringstream) 然后判断啊 -- 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