imay commented on a change in pull request #2294: Add convert tablet rowset type
URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r355446486
##########
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() {
+ return _has_preferred_rowset_type;
+ }
+
+ RowsetTypePB preferred_rowset_type() {
Review comment:
```suggestion
RowsetTypePB 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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]