This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6c0e665c82 [FIX](regresstest) fixed array function literal output data
(#24375)
6c0e665c82 is described below
commit 6c0e665c82427b61d27bf870d0c699334a1ea4c6
Author: amory <[email protected]>
AuthorDate: Thu Sep 14 17:01:23 2023 +0800
[FIX](regresstest) fixed array function literal output data (#24375)
---
.../sql_functions/array_functions/test_array_functions_by_literal.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/data/query_p0/sql_functions/array_functions/test_array_functions_by_literal.out
b/regression-test/data/query_p0/sql_functions/array_functions/test_array_functions_by_literal.out
index 8e69544962..5d7965b29d 100644
---
a/regression-test/data/query_p0/sql_functions/array_functions/test_array_functions_by_literal.out
+++
b/regression-test/data/query_p0/sql_functions/array_functions/test_array_functions_by_literal.out
@@ -9,7 +9,7 @@
["a", "2.0", NULL, NULL, "2.0"]
-- !sql_1 --
-[1, 2, NULL, NULL, 2]
+[1.0, 2.0, NULL, NULL, 2.0]
-- !sql_2 --
[NULL, NULL, 1.0, 2.0, 2.0]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]