add log
This commit is contained in:
@ -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(),
|
if (OB_FAIL(is_row_equal(l_partition->get_high_bound_val(),
|
||||||
r_partition->get_high_bound_val(),
|
r_partition->get_high_bound_val(),
|
||||||
is_equal))) {
|
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))) {
|
} 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));
|
LOG_WARN("failed to check is list partition equal", K(ret));
|
||||||
@ -1116,4 +1116,4 @@ int ObNonStrictPwjComparer::is_match_non_strict_partition_wise(PwjTable &l_table
|
|||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user