gavinchou commented on code in PR #44908: URL: https://github.com/apache/doris/pull/44908#discussion_r1867746296
########## cloud/src/recycler/recycler.cpp: ########## @@ -1430,7 +1436,7 @@ int InstanceRecycler::delete_rowset_data(const std::vector<doris::RowsetMetaClou // Process inverted indexes std::vector<std::pair<int64_t, std::string>> index_ids; // default format as v2. - InvertedIndexStorageFormatPB index_format = InvertedIndexStorageFormatPB::V2; + InvertedIndexStorageFormatPB index_format = InvertedIndexStorageFormatPB::V1; Review Comment: wrong 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: 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