Skip to content

Commit

Permalink
Update config.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Jan 2, 2024
1 parent 57773dd commit 07edc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,8 @@ DEFINE_mInt32(s3_writer_buffer_allocation_timeout_second, "60");

DEFINE_mBool(enable_column_type_check, "true");

// Tolerance for the number of partition id 0 in rowset, default 5
DEFINE_Int32(ignore_invalid_partition_id_rowset_num, "5");
// Tolerance for the number of partition id 0 in rowset, default 0
DEFINE_Int32(ignore_invalid_partition_id_rowset_num, "0");

// clang-format off
#ifdef BE_TEST
Expand Down

0 comments on commit 07edc03

Please sign in to comment.