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 5c191e5b084  [fix](case) fix out file for test_struct_functions 
(#25910)
5c191e5b084 is described below

commit 5c191e5b0846aa380970708ea34e1904090dfba6
Author: amory <[email protected]>
AuthorDate: Wed Oct 25 23:29:18 2023 +0800

     [fix](case) fix out file for test_struct_functions (#25910)
---
 .../query_p0/sql_functions/struct_functions/test_struct_functions.out | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/data/query_p0/sql_functions/struct_functions/test_struct_functions.out
 
b/regression-test/data/query_p0/sql_functions/struct_functions/test_struct_functions.out
index fb744aec56d..a3f76552686 100644
--- 
a/regression-test/data/query_p0/sql_functions/struct_functions/test_struct_functions.out
+++ 
b/regression-test/data/query_p0/sql_functions/struct_functions/test_struct_functions.out
@@ -1,6 +1,6 @@
 -- This file is automatically generated. You should know what you did if you 
want to edit this
 -- !select_all --
-1      {1, 2, 3, 4, 5} {1, 3.33, 0.001}        {2023-04-01, 2023-04-01 
12:00:00, 2023-04-01, 2023-04-01 12:00:00}      {"a", "abc", "abc"}
+1      {1, 2, 3, 4, 5} {1, 3.33, 0.001}        {2023-04-01, 2023-04-01 
12:00:00, 2023-04-01, 2023-04-01 12:00:01}      {"a", "abc", "abc"}
 2      {1, 1000, 10000000, 100000000000, 100000000000} {1, 2.143, 0.001}       
{2023-04-01, 2023-04-01 12:00:00, 2023-04-01, 2023-04-01 12:00:01}      {"hi", 
"doris", "hello doris"}
 3      {5, 4, 3, 2, 1} {2.3, 23.3, 0.333}      {2023-04-01, 2023-04-01 
12:00:00, 2023-04-01, 2023-04-01 12:00:01}      {"a", "abc", "abc"}
 4      {1, NULL, 3, NULL, 5}   {2, NULL, 0.001}        {2023-04-01, NULL, 
2023-04-01, NULL}    {"a", NULL, "abc"}
@@ -24,7 +24,7 @@
 \N     \N      \N
 
 -- !select_struct_element_3 --
-2023-04-01     2023-04-01T12:00        2023-04-01      2023-04-01T12:00
+2023-04-01     2023-04-01T12:00        2023-04-01      2023-04-01T12:00:01
 2023-04-01     2023-04-01T12:00        2023-04-01      2023-04-01T12:00:01
 2023-04-01     2023-04-01T12:00        2023-04-01      2023-04-01T12:00:01
 2023-04-01     \N      2023-04-01      \N


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to