This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 6b4b801993e branch-3.0: [feat](ci) enable enable_parquet_page_index in
pipeline (#48217) (#48266)
6b4b801993e is described below
commit 6b4b801993e1e2d351ac690e8877c08e22cbeabb
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Wed Feb 26 17:41:01 2025 +0800
branch-3.0: [feat](ci) enable enable_parquet_page_index in pipeline
(#48217) (#48266)
bp #48217
---
regression-test/pipeline/cloud_p0/conf/be_custom.conf | 3 +++
regression-test/pipeline/external/conf/be.conf | 3 +++
regression-test/pipeline/p0/conf/be.conf | 2 ++
regression-test/pipeline/p1/conf/be.conf | 3 +++
regression-test/pipeline/performance/conf/be_custom.conf | 3 +++
5 files changed, 14 insertions(+)
diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index 5fbf89fd75c..abc45445f9a 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -38,3 +38,6 @@ arrow_flight_sql_port = 8181
pipeline_task_leakage_detect_period_sec=1
crash_in_memory_tracker_inaccurate = true
enable_table_size_correctness_check=true
+
+# This feature has bug, so by default is false, only open it in pipeline to
observe
+enable_parquet_page_index=true
diff --git a/regression-test/pipeline/external/conf/be.conf
b/regression-test/pipeline/external/conf/be.conf
index a40321125ce..61ba46218ec 100644
--- a/regression-test/pipeline/external/conf/be.conf
+++ b/regression-test/pipeline/external/conf/be.conf
@@ -67,3 +67,6 @@ enable_jvm_monitor = true
KRB5_CONFIG=/keytabs/krb5.conf
kerberos_krb5_conf_path=/keytabs/krb5.conf
crash_in_memory_tracker_inaccurate = true
+
+# This feature has bug, so by default is false, only open it in pipeline to
observe
+enable_parquet_page_index=true
diff --git a/regression-test/pipeline/p0/conf/be.conf
b/regression-test/pipeline/p0/conf/be.conf
index 0cf637eeb92..a6ea5fd2c49 100644
--- a/regression-test/pipeline/p0/conf/be.conf
+++ b/regression-test/pipeline/p0/conf/be.conf
@@ -74,3 +74,5 @@ crash_in_memory_tracker_inaccurate = true
# enable download small files in batch, see apache/doris#45061 for details
enable_batch_download = true
+# This feature has bug, so by default is false, only open it in pipeline to
observe
+enable_parquet_page_index=true
diff --git a/regression-test/pipeline/p1/conf/be.conf
b/regression-test/pipeline/p1/conf/be.conf
index 50d44fe7aec..c317352f35f 100644
--- a/regression-test/pipeline/p1/conf/be.conf
+++ b/regression-test/pipeline/p1/conf/be.conf
@@ -63,3 +63,6 @@ enable_missing_rows_correctness_check=true
enable_jvm_monitor = true
crash_in_memory_tracker_inaccurate = true
enable_table_size_correctness_check=true
+
+# This feature has bug, so by default is false, only open it in pipeline to
observe
+enable_parquet_page_index=true
diff --git a/regression-test/pipeline/performance/conf/be_custom.conf
b/regression-test/pipeline/performance/conf/be_custom.conf
index 0e3904faddf..d92d5204975 100644
--- a/regression-test/pipeline/performance/conf/be_custom.conf
+++ b/regression-test/pipeline/performance/conf/be_custom.conf
@@ -21,3 +21,6 @@ priority_networks=127.0.0.1/24
storage_root_path=/data/doris-storage-${branch_name}
streaming_load_max_mb=102400
+
+# This feature has bug, so by default is false, only open it in pipeline to
observe
+enable_parquet_page_index=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]