fix some spell problem

This commit is contained in:
chenhuiming
2022-01-08 08:00:00 +08:00
parent 14d648d6cf
commit 59661aa511
5 changed files with 9 additions and 9 deletions

View File

@ -127,7 +127,7 @@ int ObInsertAllLogPlan::allocate_insert_values_as_top(ObLogicalOperator *&top)
} else if (insert_all_stmt->is_error_logging() && OB_FAIL(values_op->extract_err_log_info())) {
LOG_WARN("failed to extract error log exprs", K(ret));
} else if (OB_FAIL(values_op->compute_property())) {
LOG_WARN("failed to compute propery", K(ret));
LOG_WARN("failed to compute property", K(ret));
} else {
if (NULL != top) {
values_op->add_child(top);