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


##########
be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp:
##########
@@ -150,7 +150,7 @@ Status CloudTabletCalcDeleteBitmapTask::handle() const {
     int64_t t1 = MonotonicMicros();
     auto base_tablet = DORIS_TRY(_engine.get_tablet(_tablet_id));
     auto get_tablet_time_us = MonotonicMicros() - t1;
-    std::shared_ptr<CloudTablet> tablet = 
std::dynamic_pointer_cast<CloudTablet>(base_tablet);
+    CloudTabletSPtr tablet = 
std::dynamic_pointer_cast<CloudTablet>(base_tablet);

Review Comment:
   do not touch what you dont modify



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