This is an automated email from the ASF dual-hosted git repository.

Gabriel39 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new fc9dde0b263 [fix](case)Fix test_orc_lazy_mat_profile failure caused by 
condition cache. (#63382)
fc9dde0b263 is described below

commit fc9dde0b263f7f4fdce4458b649dee527da66f63
Author: daidai <[email protected]>
AuthorDate: Wed May 20 09:32:02 2026 +0800

    [fix](case)Fix test_orc_lazy_mat_profile failure caused by condition cache. 
(#63382)
---
 .../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 0b015f8f168..98f03c46e48 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") {
     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]

Reply via email to