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


##########
be/src/olap/rowset/beta_rowset.cpp:
##########
@@ -90,7 +90,13 @@ Status BetaRowset::get_inverted_index_size(size_t* 
index_size) {
                         InvertedIndexDescriptor::get_index_file_path_v1(
                                 
InvertedIndexDescriptor::get_index_file_path_prefix(seg_path),
                                 index->index_id(), index->get_index_suffix());
-                RETURN_IF_ERROR(fs->file_size(inverted_index_file_path, 
&file_size));

Review Comment:
   add check in frontend to test the inverted index should only be added for V2 
format



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