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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 7f126a4468a branch-3.1: [fix](test) fix hive_config_test.groovy #48058 
(#52189)
7f126a4468a is described below

commit 7f126a4468a8600e42b2859d2ba11cf240eb9256
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue Jun 24 17:00:08 2025 +0800

    branch-3.1: [fix](test) fix hive_config_test.groovy #48058 (#52189)
    
    bp #48058
---
 regression-test/suites/external_table_p0/hive/hive_config_test.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p0/hive/hive_config_test.groovy 
b/regression-test/suites/external_table_p0/hive/hive_config_test.groovy
index e75f3f5fbba..4829a13a548 100644
--- a/regression-test/suites/external_table_p0/hive/hive_config_test.groovy
+++ b/regression-test/suites/external_table_p0/hive/hive_config_test.groovy
@@ -39,6 +39,7 @@ suite("hive_config_test", 
"p0,external,hive,external_docker,external_docker_hive
     }
 
     for (String hivePrefix : ["hive2"]) {
+        sql "set enable_fallback_to_original_planner=false"
         String hdfs_port = context.config.otherConfigs.get(hivePrefix + 
"HdfsPort")
         String hms_port = context.config.otherConfigs.get(hivePrefix + 
"HmsPort")
         String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
@@ -121,4 +122,4 @@ suite("hive_config_test", 
"p0,external,hive,external_docker,external_docker_hive
             exception "Partition location does not exist"
         }
     }
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to