dataroaring commented on code in PR #57770:
URL: https://github.com/apache/doris/pull/57770#discussion_r2511964894
##########
be/src/olap/rowset/rowset_meta.h:
##########
@@ -424,6 +424,16 @@ class RowsetMeta : public MetadataAdder<RowsetMeta> {
RowsetMeta(const RowsetMeta&) = delete;
RowsetMeta operator=(const RowsetMeta&) = delete;
+ void add_merge_file_segment_index(const std::string& segment_path,
Review Comment:
add_merged_segment_location is a better name sugguested by cursor.
--
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]