File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
regression-test/pipeline/cloud_p0/conf Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,9 @@ Status CloudMetaMgr::_get_delete_bitmap_from_ms_by_batch(GetDeleteBitmapRequest&
881
881
cur_req.set_cumulative_point (req.cumulative_point ());
882
882
*(cur_req.mutable_idx ()) = req.idx ();
883
883
cur_req.set_store_version (req.store_version ());
884
+ if (bytes_threadhold > 0 ) {
885
+ cur_req.set_dbm_bytes_threshold (bytes_threadhold);
886
+ }
884
887
for (int i = 0 ; i < req.rowset_ids_size (); i++) {
885
888
if (!finished_rowset_ids.contains (req.rowset_ids (i))) {
886
889
cur_req.add_rowset_ids (req.rowset_ids (i));
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ enable_parquet_page_index=true
49
49
enable_fuzzy_mode=true
50
50
51
51
enable_batch_get_delete_bitmap=true
52
- get_delete_bitmap_bytes_threshold=50
52
+ get_delete_bitmap_bytes_threshold=10
You can’t perform that action at this time.
0 commit comments