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 b8e907717c7 branch-3.0: [fix](test) fix the regression test
`test_trino_hive_serde_prop` #48012 (#48044)
b8e907717c7 is described below
commit b8e907717c77edfd8b6eb054add27162490e80cf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 25 09:51:18 2025 +0800
branch-3.0: [fix](test) fix the regression test
`test_trino_hive_serde_prop` #48012 (#48044)
Cherry-picked from #48012
Co-authored-by: Tiewei Fang <[email protected]>
---
.../trino_connector/hive/test_trino_hive_serde_prop.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/external_table_p0/trino_connector/hive/test_trino_hive_serde_prop.groovy
b/regression-test/suites/external_table_p0/trino_connector/hive/test_trino_hive_serde_prop.groovy
index b996d94f95d..af13461c625 100644
---
a/regression-test/suites/external_table_p0/trino_connector/hive/test_trino_hive_serde_prop.groovy
+++
b/regression-test/suites/external_table_p0/trino_connector/hive/test_trino_hive_serde_prop.groovy
@@ -19,6 +19,7 @@ suite("test_trino_hive_serde_prop",
"external_docker,hive,external_docker_hive,p
String enabled = context.config.otherConfigs.get("enableHiveTest")
if (enabled != null && enabled.equalsIgnoreCase("true")) {
+ sql """ set nereids_timeout_second=60; """
def host_ips = new ArrayList()
String[][] backends = sql """ show backends """
for (def b in backends) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]