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 1a57fb7bdb [test](fix) test_if case bug (#24428)
1a57fb7bdb is described below
commit 1a57fb7bdb95298e3723e56948db3d269e41a44c
Author: shuke <[email protected]>
AuthorDate: Fri Sep 15 12:58:00 2023 +0800
[test](fix) test_if case bug (#24428)
---
.../sql_functions/conditional_functions/test_if.out | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git
a/regression-test/data/query_p0/sql_functions/conditional_functions/test_if.out
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_if.out
index 8f9419b6de..832f69157d 100644
---
a/regression-test/data/query_p0/sql_functions/conditional_functions/test_if.out
+++
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_if.out
@@ -1,13 +1,13 @@
--- This file is automatically generated. You should know what you did if you
want to edit this
--- !select --
-\N
+-- This file is automatically generated. You should know what you did if you
want to edit this
+-- !select --
+\N
--- !select --
-["1970-01-01", "1970-01-01"]
+-- !select --
+["1970-01-01", "1970-01-01"]
--- !select --
-["1970-01-01", "1970-01-01"]
+-- !select --
+["1970-01-01", "1970-01-01"]
--- !select --
-[]
+-- !select --
+[]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]