modify partition can't be performed together with other actions when alter table

This commit is contained in:
obdev
2023-08-02 02:48:15 +00:00
committed by ob-robot
parent 3731091d9d
commit 78053c6dd2
4 changed files with 36 additions and 127 deletions

View File

@ -4113,7 +4113,7 @@ int ObResolverUtils::resolve_partition_expr(ObResolverParams &params,
|| is_list_part(part_func_type) || PARTITION_FUNC_TYPE_KEY == part_func_type) {
if (OB_FAIL(check_expr_valid_for_partition(
*part_expr, *params.session_info_, part_func_type, tbl_schema))) {
LOG_WARN("check_valid_column_for_hash or range func failed", K(ret));
LOG_WARN("check_valid_column_for_hash or range func failed", K(ret), KPC(part_expr));
}
}
}