From 8197910c1d7d8ae00f30a95bebf5569f4832bf46 Mon Sep 17 00:00:00 2001 From: DengzhiLiu Date: Tue, 5 Dec 2023 02:41:56 +0000 Subject: [PATCH] Fix compat version in read info --- src/storage/access/ob_table_read_info.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/access/ob_table_read_info.cpp b/src/storage/access/ob_table_read_info.cpp index 01295ee6d9..c4808e2b50 100644 --- a/src/storage/access/ob_table_read_info.cpp +++ b/src/storage/access/ob_table_read_info.cpp @@ -554,7 +554,6 @@ int ObTableReadInfo::deserialize( cg_idxs_.reset(); cols_extend_.reset(); has_all_column_group_ = true; - compat_version_ = READ_INFO_VERSION_V2; } }