eldenmoon commented on code in PR #55514:
URL: https://github.com/apache/doris/pull/55514#discussion_r2312824768


##########
be/src/olap/tablet_schema.cpp:
##########
@@ -1040,6 +1040,7 @@ void TabletSchema::update_index(const TabletColumn& col, 
const IndexType& index_
                 size_t pos = iter->second[i];
                 if (pos < _indexes.size()) {
                     _indexes[pos] = 
std::make_shared<TabletIndex>(std::move(indexes[i]));

Review Comment:
   add some comment for this function, it's hard to review at present



-- 
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