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 358e81cf8b7 branch-3.1: [fix](p0) Fix `test_array_map` #53710 (#53746)
358e81cf8b7 is described below
commit 358e81cf8b7c45e21475d9dd8d70aaf00496f894
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 14:11:20 2025 +0800
branch-3.1: [fix](p0) Fix `test_array_map` #53710 (#53746)
Cherry-picked from #53710
Co-authored-by: Gabriel <[email protected]>
---
regression-test/suites/function_p0/test_array_map.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/function_p0/test_array_map.groovy
b/regression-test/suites/function_p0/test_array_map.groovy
index 7a6bc347a54..10274b56ed7 100644
--- a/regression-test/suites/function_p0/test_array_map.groovy
+++ b/regression-test/suites/function_p0/test_array_map.groovy
@@ -20,6 +20,7 @@ suite("test_array_map") {
drop table if exists mock_table;
"""
+ sql """ DROP FUNCTION IF EXISTS clean_html_entity_test(string) """
sql """
CREATE ALIAS FUNCTION clean_html_entity_test(string) WITH
PARAMETER(html) AS
REPLACE(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]