xiaokang opened a new pull request, #39873:
URL: https://github.com/apache/doris/pull/39873

   ## Proposed changes
   
   fix wrong order of field 27 and 28 in `TCreateTabletReq` thrift introduced 
by  #32418 and 0cde0cbf19011bc8d421add4734d7cd57308973f.
   
   `TCreateTabletReq` is used for creating tablet, so this PR will fix problem 
creating tablet when upgrading 2.0.x -> 2.1.4/2.1.5 or 2.1.4/2.1.5 -> 3.0.x, 
BUT will cause problem creating tablet when upgrading 2.1.4/2.1.5 -> 2.1.6+.
   
   master and branch-2.0 
   ```
       27: optional i64 time_series_compaction_level_threshold = 1
       28: optional TInvertedIndexStorageFormat inverted_index_storage_format = 
TInvertedIndexStorageFormat.V1
   ```
   
   branch-2.1
   ```
       27: optional TInvertedIndexStorageFormat inverted_index_storage_format = 
TInvertedIndexStorageFormat.V1
       28: optional i64 time_series_compaction_level_threshold = 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to