zbtzbtzbt commented on a change in pull request #6964: URL: https://github.com/apache/incubator-doris/pull/6964#discussion_r739788456
########## File path: be/src/exprs/expr.cpp ########## @@ -283,6 +283,9 @@ Status Expr::create_tree_from_thrift(ObjectPool* pool, const std::vector<TExprNo Expr* expr = NULL; RETURN_IF_ERROR(create_expr(pool, nodes[*node_idx], &expr)); DCHECK(expr != NULL); Review comment: some bad cases which lead to Doris-BE process fail in meituan are fixed by [https://github.com/apache/incubator-doris/pull/5799](https://github.com/apache/incubator-doris/pull/5799). so this pr can be closed. -- 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