imay commented on a change in pull request #2658: [AlphaRowset] set
num_segments field in rowset meta if missing
URL: https://github.com/apache/incubator-doris/pull/2658#discussion_r363294459
##########
File path: be/src/olap/rowset/rowset_meta.h
##########
@@ -350,6 +352,9 @@ class RowsetMeta {
return score;
}
+ const AlphaRowsetExtraMetaPB& alpha_rowset_extra_meta_pb() {
Review comment:
```suggestion
const AlphaRowsetExtraMetaPB& alpha_rowset_extra_meta_pb() 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]