This commit is contained in:
chenhuiming
2023-01-11 10:01:00 +08:00
parent 9dc9c4894f
commit 6c6f4fc224
4 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ int ObRawExprReplacer::replace(ObRawExpr *&expr)
expr = new_expr;
replace_happened_ = true;
} else if (OB_FAIL(expr->preorder_accept(*this))) {
LOG_WARN("failed to preorder accecpt expr", K(ret));
LOG_WARN("failed to preorder accept expr", K(ret));
}
return ret;
}