imay commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r355446373
########## File path: be/src/olap/tablet_meta.h ########## @@ -183,6 +183,19 @@ class TabletMeta { OLAPStatus set_partition_id(int64_t partition_id); + bool has_preferred_rowset_type() { Review comment: ```suggestion bool has_preferred_rowset_type() const { ``` ---------------------------------------------------------------- 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