[CP] [CP] Fix RCTE plan bug

This commit is contained in:
xianyu-w
2023-08-25 05:44:11 +00:00
committed by ob-robot
parent 6b88d53210
commit d61b55b5e4
2 changed files with 14 additions and 4 deletions

View File

@ -1413,7 +1413,7 @@ int ObLogicalOperator::do_pre_traverse_operation(const TraverseOp &op, void *ctx
} else if (OB_FAIL(allocate_expr_pre(*alloc_expr_context))) {
LOG_WARN("failed to do allocate expr pre", K(ret));
} else {
LOG_TRACE("succeed to do allcoate expr pre", K(get_type()), K(get_name()), K(get_op_id()), K(ret));
LOG_TRACE("succeed to do allocate expr pre", K(get_type()), K(get_name()), K(get_op_id()), K(ret));
}
break;
}