This is an automated email from the ASF dual-hosted git repository.
morningman 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 075ca702de7 [fix](test) fix unstable test (#48058)
075ca702de7 is described below
commit 075ca702de7cc0736dff44e31b351a93b4ecbbfd
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Wed Feb 19 20:57:48 2025 +0800
[fix](test) fix unstable test (#48058)
This test case only works for Nereids.
---
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]