yiguolei commented on code in PR #23318:
URL: https://github.com/apache/doris/pull/23318#discussion_r1302328310


##########
be/src/olap/rowset/segment_v2/segment.cpp:
##########
@@ -367,14 +367,14 @@ Status Segment::lookup_row_key(const Slice& key, bool 
with_seq_col, RowLocation*
 
     DCHECK(_pk_index_reader != nullptr);
     if (!_pk_index_reader->check_present(key_without_seq)) {
-        return Status::NotFound("Can't find key in the segment");
+        return Status::NotFound("");

Review Comment:
   Is this pr will really improve performance???



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