gavinchou commented on code in PR #55382:
URL: https://github.com/apache/doris/pull/55382#discussion_r2336675603


##########
be/src/olap/rowset/rowset_meta.h:
##########
@@ -404,15 +415,14 @@ class RowsetMeta : public MetadataAdder<RowsetMeta> {
     friend bool operator==(const RowsetMeta& a, const RowsetMeta& b);
 
     friend bool operator!=(const RowsetMeta& a, const RowsetMeta& b) { return 
!(a == b); }
-
-private:

Review Comment:
   why remove this qualifier?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to