change codeowner

This commit is contained in:
Larry955 2023-09-20 15:13:07 +00:00 committed by ob-robot
parent df7f5fbfa3
commit cfdf9c8089

View File

@ -960,7 +960,7 @@ int ObInKeyPart::get_obj_cmp_funcs(ObIArray<obj_cmp_func> &cmp_funcs)
return ret;
}
// TODO: can be optimized by hash join algorithm, see ObKeyPart::intersect_two_in_keys, @zhenglailei.zll
// TODO: can be optimized by hash join algorithm, see ObKeyPart::intersect_two_in_keys
int ObKeyPart::union_in_dup_vals(ObKeyPart *other, bool &is_unioned)
{
int ret = OB_SUCCESS;