csun5285 commented on code in PR #41625:
URL: https://github.com/apache/doris/pull/41625#discussion_r1820374518


##########
be/src/olap/rowset/rowset_writer.h:
##########
@@ -95,6 +96,24 @@ class RowsetWriter {
         return Status::NotSupported("RowsetWriter does not support 
create_file_writer");
     }
 
+    virtual Status create_inverted_index_file_writer(
+            uint32_t segment_id, InvertedIndexFileWriterPtr* 
index_file_writer) {
+        std::string segment_prefix 
{InvertedIndexDescriptor::get_index_file_path_prefix(

Review Comment:
   done



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