yiguolei commented on code in PR #41429:
URL: https://github.com/apache/doris/pull/41429#discussion_r1795002688


##########
be/src/olap/tablet_schema.h:
##########
@@ -498,10 +514,14 @@ class TabletSchema {
 
     const std::vector<int32_t>& row_columns_uids() const { return 
_row_store_column_unique_ids; }
 
+    int64_t get_metadata_size() override;
+
 private:
     friend bool operator==(const TabletSchema& a, const TabletSchema& b);
     friend bool operator!=(const TabletSchema& a, const TabletSchema& b);
 
+    TabletSchema& operator=(const TabletSchema& ts) = default;

Review Comment:
   还有这个方法



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to