[scn] fix failure of mittest after refresh feature scn
This commit is contained in:
@ -115,7 +115,6 @@ 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_))) {
|
||||
|
||||
Reference in New Issue
Block a user