[ARRAY] fix attrs assign

This commit is contained in:
helloamateur 2024-12-25 07:44:48 +00:00 committed by ob-robot
parent f83c9484c9
commit 782788ee67

View File

@ -290,8 +290,6 @@ int ObRawExpr::assign(const ObRawExpr &other)
LOG_WARN("failed to assign enum set values", K(ret));
} else if (OB_FAIL(local_session_var_.assign(other.local_session_var_))) {
LOG_WARN("fail to assign local session vars", K(ret));
} else if (OB_FAIL(attr_exprs_.assign(other.attr_exprs_))) {
LOG_WARN("failed to assign exprs", K(ret));
}
}
}