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

gabriellee 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 ad674b2d35b [fix](p0) Fix `test_array_map` (#53710)
ad674b2d35b is described below

commit ad674b2d35b6107e1e782ecd5fc1962000014106
Author: Gabriel <[email protected]>
AuthorDate: Wed Jul 23 10:12:15 2025 +0800

    [fix](p0) Fix `test_array_map` (#53710)
---
 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]

Reply via email to