zhangstar333 commented on code in PR #18354: URL: https://github.com/apache/doris/pull/18354#discussion_r1159739158
########## be/src/vec/exprs/vectorized_fn_call.cpp: ########## @@ -107,6 +114,7 @@ doris::Status VectorizedFnCall::execute(VExprContext* context, doris::vectorized RETURN_IF_ERROR(_function->execute(context->fn_context(_fn_context_index), *block, arguments, num_columns_without_result, block->rows(), false)); *result_column_id = num_columns_without_result; + LOG(INFO)<<block->dump_data(); return Status::OK(); Review Comment: remove here -- 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