[ARRAY] fix attrs assign
This commit is contained in:
parent
f83c9484c9
commit
782788ee67
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user