liaoxin01 commented on code in PR #20244:
URL: https://github.com/apache/doris/pull/20244#discussion_r1210991719
##########
be/src/olap/tablet.cpp:
##########
@@ -2690,11 +2690,16 @@ Status Tablet::calc_delete_bitmap(RowsetSharedPtr
rowset,
const RowsetIdUnorderedSet*
specified_rowset_ids,
DeleteBitmapPtr delete_bitmap, int64_t
end_version,
bool check_pre_segments, RowsetWriter*
rowset_writer) {
+ auto rowset_id = rowset->rowset_id();
+ if ((specified_rowset_ids == nullptr || specified_rowset_ids->empty()) &&
!check_pre_segments) {
Review Comment:
The rowset with version[0-1] should be considered?
--
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]