liaoxin01 commented on code in PR #20706:
URL: https://github.com/apache/doris/pull/20706#discussion_r1229242541
##########
be/src/olap/tablet.cpp:
##########
@@ -2703,9 +2704,11 @@ Status Tablet::lookup_row_data(const Slice& encoded_key,
const RowLocation& row_
}
// ATTN: caller should hold the meta lock.
-Status Tablet::lookup_row_key(const Slice& encoded_key, bool with_seq_col,
- const RowsetIdUnorderedSet* rowset_ids,
RowLocation* row_location,
- uint32_t version, RowsetSharedPtr* rowset) {
+Status Tablet::lookup_row_key(
+ const Slice& encoded_key, bool with_seq_col, const
RowsetIdUnorderedSet* rowset_ids,
+ RowLocation* row_location, uint32_t version,
+ std::unordered_map<RowsetId, SegmentCacheHandle, HashOfRowsetId>&
segment_caches,
Review Comment:
yes,we need to refactor later.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]