Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Aug 2, 2024
1 parent b9ca5c5 commit 175e12a
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
@@ -1338,7 +1338,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");

0 comments on commit 175e12a

Please sign in to comment.