Gabriel39 commented on code in PR #36071: URL: https://github.com/apache/doris/pull/36071#discussion_r1634041669
########## be/src/vec/exprs/vexpr.cpp: ########## @@ -343,7 +343,7 @@ Status VExpr::create_tree_from_thrift(const std::vector<TExprNode>& nodes, int* // create root expr int root_children = nodes[*node_idx].num_children; VExprSPtr root; - RETURN_IF_ERROR(create_expr(nodes[*node_idx], root)); Review Comment: Catch exception in `FoldConstantExecutor::fold_constant_vexpr` -- 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