[CP] fix core caused by missed core and cast interval to year failed error
This commit is contained in:
@ -6574,6 +6574,7 @@ int ObRawExprUtils::create_real_cast_expr(ObRawExprFactory &expr_factory,
|
||||
int ret = OB_SUCCESS;
|
||||
ObConstRawExpr *dst_expr = NULL;
|
||||
ParseNode parse_node;
|
||||
memset(&parse_node, 0, sizeof(ParseNode));
|
||||
ObObj val;
|
||||
|
||||
if (OB_ISNULL(src_expr) || OB_ISNULL(session_info)) {
|
||||
|
||||
Reference in New Issue
Block a user