This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new e3ec5da0b2f branch-4.1: [fix](case)Fix test_orc_lazy_mat_profile
failure caused by condition cache. #63382 (#63414)
e3ec5da0b2f is described below
commit e3ec5da0b2f5f0a21499f441872124d3b423db9d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 10:27:29 2026 +0800
branch-4.1: [fix](case)Fix test_orc_lazy_mat_profile failure caused by
condition cache. #63382 (#63414)
Cherry-picked from #63382
Co-authored-by: daidai <[email protected]>
---
.../suites/external_table_p0/hive/test_orc_lazy_mat_profile.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/external_table_p0/hive/test_orc_lazy_mat_profile.groovy
b/regression-test/suites/external_table_p0/hive/test_orc_lazy_mat_profile.groovy
index 4653f71400f..fbb0e343e09 100644
---
a/regression-test/suites/external_table_p0/hive/test_orc_lazy_mat_profile.groovy
+++
b/regression-test/suites/external_table_p0/hive/test_orc_lazy_mat_profile.groovy
@@ -104,6 +104,7 @@ suite("test_orc_lazy_mat_profile",
"p0,external,hive,external_docker,external_do
sql " set parallel_pipeline_task_num = 1;"
sql " set file_split_size = 10000000;"
sql """set max_file_scanners_concurrency = 1; """
+ sql """set enable_condition_cache = false; """
String enabled = context.config.otherConfigs.get("enableHiveTest")
if (!"true".equalsIgnoreCase(enabled)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]