This commit is contained in:
Charles0429
2024-10-18 11:14:26 +00:00
committed by ob-robot
parent 1eb93d4c1e
commit b0f35f33a9

View File

@ -224,7 +224,7 @@ int ObPwjComparer::is_partition_equal(const ObPartition *l_partition,
if (OB_FAIL(is_row_equal(l_partition->get_high_bound_val(),
r_partition->get_high_bound_val(),
is_equal))) {
LOG_WARN("failed to check is row equal", K(ret));
LOG_WARN("failed to check is row equal", K(ret), K(*l_partition), K(*r_partition));
}
} else if (OB_FAIL(is_list_partition_equal(l_partition, r_partition, is_equal))) {
LOG_WARN("failed to check is list partition equal", K(ret));