gavinchou commented on code in PR #53468:
URL: https://github.com/apache/doris/pull/53468#discussion_r2235502450


##########
cloud/src/recycler/recycler.cpp:
##########
@@ -1684,13 +1684,71 @@ int InstanceRecycler::recycle_tablets(int64_t table_id, 
int64_t index_id,
     return ret;
 }
 
-int InstanceRecycler::delete_rowset_data(const doris::RowsetMetaCloudPB& 
rs_meta_pb) {
+int InstanceRecycler::delete_rowset_data(const RowsetMetaCloudPB& rs_meta_pb) {
     int64_t num_segments = rs_meta_pb.num_segments();
     if (num_segments <= 0) return 0;
-    if (!rs_meta_pb.has_tablet_schema()) {
+
+    // Process inverted indexes

Review Comment:
   LGTM



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