diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index a68b4c60c01ad6..bc2f6d3e025a27 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -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");