nextdreamblue commented on code in PR #14995:
URL: https://github.com/apache/doris/pull/14995#discussion_r1045577903


##########
be/src/olap/tablet.cpp:
##########
@@ -1999,8 +1999,8 @@ Status Tablet::calc_delete_bitmap(RowsetId rowset_id,
                 RowLocation loc;
                 // first check if exist in pre segment
                 if (check_pre_segments) {
-                    auto st = _check_pk_in_pre_segments(pre_segments, *key, 
dummy_version,
-                                                        delete_bitmap, &loc);
+                    auto st = _check_pk_in_pre_segments(rowset_id, 
pre_segments, *key,
+                                                        dummy_version, 
delete_bitmap, &loc);
                     if (st.ok()) {
                         delete_bitmap->add({loc.rowset_id, loc.segment_id, 
dummy_version.first},

Review Comment:
   en, i fix _check_pk_in_pre_segments



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

Reply via email to