This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new c64f804b0b6 [fix](Row store) compatible with 'branch-3.0' (#38022) c64f804b0b6 is described below commit c64f804b0b6460b9918c711dceb3f5f7833f6f34 Author: Xr Ling <63634816+lxr...@users.noreply.github.com> AuthorDate: Thu Jul 18 09:41:53 2024 +0800 [fix](Row store) compatible with 'branch-3.0' (#38022) compatible with 'branch-3.0' --- gensrc/proto/olap_file.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gensrc/proto/olap_file.proto b/gensrc/proto/olap_file.proto index 8c1b21fa3cf..9e10c15a577 100644 --- a/gensrc/proto/olap_file.proto +++ b/gensrc/proto/olap_file.proto @@ -412,8 +412,8 @@ message TabletSchemaCloudPB { optional InvertedIndexStorageFormatPB inverted_index_storage_format = 25 [default=V1]; // column unique ids for row store columns repeated int32 row_store_column_unique_ids = 26; - optional bool enable_mow_light_delete = 27 [default=false]; - optional int64 row_store_page_size = 28 [default=16384]; + optional int64 row_store_page_size = 27 [default=16384]; + optional bool enable_mow_light_delete = 28 [default=false]; optional bool is_dynamic_schema = 100 [default=false]; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org