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 461114eab2c branch-3.0: [fix](p0) Fix `test_array_map` #53710 (#53745)
461114eab2c is described below
commit 461114eab2c947f6966a6635744be24ce26bd95a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 20:29:29 2025 +0800
branch-3.0: [fix](p0) Fix `test_array_map` #53710 (#53745)
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 9b4b0526fcf..15360ed873a 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]