Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Aug 1, 2024
1 parent e66e01f commit c5df8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ DEFINE_mInt64(compaction_batch_size, "-1");
// If set to false, the parquet reader will not use page index to filter data.
// This is only for debug purpose, in case sometimes the page index
// filter wrong data.
DEFINE_mBool(enable_parquet_page_index, "true");
DEFINE_mBool(enable_parquet_page_index, "false");

DEFINE_mBool(ignore_not_found_file_in_external_table, "true");

Expand Down

0 comments on commit c5df8e3

Please sign in to comment.