kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r358652099
########## File path: gensrc/thrift/AgentService.thrift ########## @@ -41,6 +41,15 @@ struct TTabletSchema { 6: optional double bloom_filter_fpp } +// this enum stands for different storage format in src_backends +// V1 for Segment-V1 +// V2 for Segment-V2 +enum TStorageFormat { + DEFAULT, Review comment: It is decided by situation, maybe change from V1 to V2. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org