wangbo commented on code in PR #17738:
URL: https://github.com/apache/doris/pull/17738#discussion_r1137058178


##########
be/src/vec/exec/scan/new_olap_scanner.cpp:
##########
@@ -72,12 +74,6 @@ Status NewOlapScanner::prepare(const TPaloScanRange& 
scan_range,
     {
         std::string err;
         _tablet = 
StorageEngine::instance()->tablet_manager()->get_tablet(tablet_id, true, &err);
-        if (_tablet.get() == nullptr) {

Review Comment:
   Why remove tablet nullptr check here?



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