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

dataroaring pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new ab7ab61c6c [fix](p0) add missing test file (#18434)
ab7ab61c6c is described below

commit ab7ab61c6c73b2dd55f20abf2bd9131cd7a7f8d1
Author: TengJianPing <[email protected]>
AuthorDate: Thu Apr 6 16:45:06 2023 +0800

    [fix](p0) add missing test file (#18434)
---
 .../string_functions/test_split_part.out           | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git 
a/regression-test/data/query_p0/sql_functions/string_functions/test_split_part.out
 
b/regression-test/data/query_p0/sql_functions/string_functions/test_split_part.out
new file mode 100644
index 0000000000..93d1183414
--- /dev/null
+++ 
b/regression-test/data/query_p0/sql_functions/string_functions/test_split_part.out
@@ -0,0 +1,29 @@
+-- This file is automatically generated. You should know what you did if you 
want to edit this
+-- !1 --
+0.     0.1     0.
+\N     20.268  20.268
+
+-- !non_const1 --
+1      kkk     18      -1      beijing a,b,c,d,e,f     2022-06-28      a
+2      kkk     18      -2      shanghai        a,b,c,d,e,f     2022-07-28      
b
+3      kkk     20      -3      beijing a,b,c,d,e,f     2022-06-28      c
+4      hhh     45      -4      beijing a,b,c,d,e,f     2022-05-28      d
+
+-- !non_const2 --
+1      kkk     18      -1      beijing a,b,c,d,e,f     2022-06-28      a,b
+2      kkk     18      -2      shanghai        a,b,c,d,e,f     2022-07-28      
,d,e,f
+3      kkk     20      -3      beijing a,b,c,d,e,f     2022-06-28      \N
+4      hhh     45      -4      beijing a,b,c,d,e,f     2022-05-28      \N
+
+-- !non_const3 --
+1      kkk     18      -1      beijing a,b,c,d,e,f     2022-06-28      f
+2      kkk     18      -2      shanghai        a,b,c,d,e,f     2022-07-28      
e
+3      kkk     20      -3      beijing a,b,c,d,e,f     2022-06-28      d
+4      hhh     45      -4      beijing a,b,c,d,e,f     2022-05-28      c
+
+-- !non_const4 --
+1      kkk     18      -1      beijing a,b,c,d,e,f     2022-06-28      ,d,e,f
+2      kkk     18      -2      shanghai        a,b,c,d,e,f     2022-07-28      
a,b
+3      kkk     20      -3      beijing a,b,c,d,e,f     2022-06-28      \N
+4      hhh     45      -4      beijing a,b,c,d,e,f     2022-05-28      \N
+


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

Reply via email to