dataroaring commented on code in PR #54936:
URL: https://github.com/apache/doris/pull/54936#discussion_r2439894213


##########
be/src/olap/tablet_schema.h:
##########
@@ -750,6 +757,8 @@ class TabletSchema : public MetadataAdder<TabletSchema> {
     // value: indexes
     using PatternToIndex = std::unordered_map<std::string, 
std::vector<TabletIndexPtr>>;
     std::unordered_map<int32_t, PatternToIndex> 
_index_by_unique_id_with_pattern;
+    std::unordered_map<uint32_t /* seq cid */, std::vector<uint32_t> /* value 
cids */> _seq_map;
+    std::unordered_map<uint32_t /* cid */, uint32_t /* sequence */> 
_value_to_seq;

Review Comment:
   Need a better name and 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: [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