Skip to content

Commit

Permalink
[chore](config) Disable fuzzy vertical compaction to make CI stable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 authored Oct 24, 2024
1 parent 7d159cd commit 20c476b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1797,9 +1797,6 @@ Status set_fuzzy_configs() {
((distribution(*generator) % 2) == 0) ? "true" : "false";
fuzzy_field_and_value["enable_shrink_memory"] =
((distribution(*generator) % 2) == 0) ? "true" : "false";
fuzzy_field_and_value["enable_vertical_compaction"] =
((distribution(*generator) % 2) == 0) ? "true" : "false";

fuzzy_field_and_value["string_overflow_size"] =
((distribution(*generator) % 2) == 0) ? "10" : "4294967295";

Expand Down

0 comments on commit 20c476b

Please sign in to comment.