dataroaring commented on code in PR #53908:
URL: https://github.com/apache/doris/pull/53908#discussion_r2287155473
##########
be/src/cloud/cloud_cumulative_compaction.cpp:
##########
@@ -394,7 +394,7 @@ Status CloudCumulativeCompaction::modify_rowsets() {
}
// agg delete bitmap for pre rowsets
if (config::enable_agg_and_remove_pre_rowsets_delete_bitmap &&
- _tablet->keys_type() == KeysType::UNIQUE_KEYS &&
+ config::delete_bitmap_store_version == 1 && _tablet->keys_type() ==
KeysType::UNIQUE_KEYS &&
Review Comment:
If we agg it only for v1, I am not sure if agg works for v2.
--
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]