This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new e9bf0776d7b [fix](parquet) disable parquet page index by default
#38691 (#38901)
e9bf0776d7b is described below
commit e9bf0776d7ba17cc91047b5feb4ed64d7f7d0497
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Aug 6 08:51:39 2024 +0800
[fix](parquet) disable parquet page index by default #38691 (#38901)
bp #38691
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index e5ab5c20373..6420a624127 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1265,7 +1265,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");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]