gavinchou commented on code in PR #66598:
URL: https://github.com/apache/doris/pull/66598#discussion_r3818489045
##########
gensrc/proto/cloud.proto:
##########
@@ -2029,6 +2040,8 @@ message UpdateDeleteBitmapRequest {
optional int64 pre_rowset_agg_end_version = 17;
// when update delete_bitmap of pre rowsets, check the rowset exists
repeated int64 pre_rowset_versions = 18;
+ // original delete bitmaps removed after pre rowset aggregation
+ repeated PreRowsetDeleteBitmapStatsPB pre_rowset_delete_bitmap_stats = 19;
Review Comment:
add flag to indicate point_deletexxx
--
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]