bobhan1 commented on code in PR #49710: URL: https://github.com/apache/doris/pull/49710#discussion_r2024875538
########## cloud/src/meta-service/meta_service.cpp: ########## @@ -1873,6 +1955,7 @@ void MetaServiceImpl::update_delete_bitmap(google::protobuf::RpcController* cont uint64_t fdb_txn_size = 0; auto table_id = request->table_id(); auto tablet_id = request->tablet_id(); + auto partition_id = request->partition_id(); Review Comment: BE always set partition_id currently, it's just not used by `MetaServiceImpl::update_delete_bitmap` before -- 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