Fix compat version in read info

This commit is contained in:
DengzhiLiu
2023-12-05 02:41:56 +00:00
committed by ob-robot
parent 1febff972c
commit 8197910c1d

View File

@ -554,7 +554,6 @@ int ObTableReadInfo::deserialize(
cg_idxs_.reset();
cols_extend_.reset();
has_all_column_group_ = true;
compat_version_ = READ_INFO_VERSION_V2;
}
}