fix cases and add estimate block prefs

This commit is contained in:
wangt1xiuyi
2022-11-22 10:08:02 +00:00
committed by wangzelin.wzl
parent 2ca80bac91
commit 5282ebd584
8 changed files with 81 additions and 8 deletions

View File

@ -115,6 +115,7 @@ int ObTableStatParam::assign(const ObTableStatParam &other)
global_tablet_id_ = other.global_tablet_id_;
global_data_part_id_ = other.global_data_part_id_;
data_table_id_ = other.data_table_id_;
need_estimate_block_ = other.need_estimate_block_;
if (OB_FAIL(part_infos_.assign(other.part_infos_))) {
LOG_WARN("failed to assign", K(ret));
} else if (OB_FAIL(subpart_infos_.assign(other.subpart_infos_))) {