zhannngchen commented on code in PR #48748: URL: https://github.com/apache/doris/pull/48748#discussion_r1983240780
########## be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp: ########## @@ -289,6 +290,14 @@ Status CloudTabletCalcDeleteBitmapTask::_handle_rowset( return status; } + if (rowset_ids.empty()) { Review Comment: move to L330 is better -- 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