This commit is contained in:
chenhuiming
2023-02-15 10:01:00 +08:00
parent 6c6f4fc224
commit 28c53b41af
2 changed files with 20 additions and 20 deletions

View File

@ -197,7 +197,7 @@ int ObRawExprCopier::copy_on_replace(const common::ObIArray<T *> &from_exprs,
}
}
if (OB_SUCC(ret) && OB_FAIL(to_exprs.assign(tmp_arr))) {
SQL_RESV_LOG(WARN, "failed to assgin replaced results", K(ret));
SQL_RESV_LOG(WARN, "failed to assign replaced results", K(ret));
}
return ret;
}