Skip to content

Commit

Permalink
[fix](Row store) compatible with 'branch-3.0' (apache#38022)
Browse files Browse the repository at this point in the history
compatible with 'branch-3.0'
  • Loading branch information
lxr599 authored Jul 18, 2024
1 parent eaabc2f commit c64f804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensrc/proto/olap_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit c64f804

Please sign in to comment.