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

kxiao 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 fd92810df83 [FIX](regresstest)fixed out file for 
test-cast-map-function test (#26389)
fd92810df83 is described below

commit fd92810df8336781d582d894bafa9c37ebd5095c
Author: amory <wangqian...@selectdb.com>
AuthorDate: Fri Nov 3 18:47:10 2023 +0800

    [FIX](regresstest)fixed out file for test-cast-map-function test (#26389)
---
 .../cast_function/test_cast_map_function.out               | 14 +++++++-------
 .../sql_functions/cast_function/test_cast_map_function.out | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/regression-test/data/nereids_function_p0/cast_function/test_cast_map_function.out
 
b/regression-test/data/nereids_function_p0/cast_function/test_cast_map_function.out
index c9da5a1c286..dead718723c 100644
--- 
a/regression-test/data/nereids_function_p0/cast_function/test_cast_map_function.out
+++ 
b/regression-test/data/nereids_function_p0/cast_function/test_cast_map_function.out
@@ -13,7 +13,7 @@
 \N
 
 -- !sql2 --
-{"":NULL}
+{"":null}
 
 -- !sql3 --
 {"1":2}
@@ -35,14 +35,14 @@
 {"b":"12", "123":"7777"}
 
 -- !sql8 --
-{NULL:"1", NULL:"2", 1234567:"77"}
-{NULL:"12", 123:"7777"}
+{null:"1", null:"2", 1234567:"77"}
+{null:"12", 123:"7777"}
 
 -- !sql9 --
-{NULL:1, NULL:2, 1234567:77}
-{NULL:12, 123:7777}
+{null:1, null:2, 1234567:77}
+{null:12, 123:7777}
 
 -- !sql10 --
-{NULL:NULL, NULL:NULL, 1234567:NULL}
-{NULL:NULL, 123:NULL}
+{null:null, null:null, 1234567:null}
+{null:null, 123:null}
 
diff --git 
a/regression-test/data/query_p0/sql_functions/cast_function/test_cast_map_function.out
 
b/regression-test/data/query_p0/sql_functions/cast_function/test_cast_map_function.out
index c9da5a1c286..dead718723c 100644
--- 
a/regression-test/data/query_p0/sql_functions/cast_function/test_cast_map_function.out
+++ 
b/regression-test/data/query_p0/sql_functions/cast_function/test_cast_map_function.out
@@ -13,7 +13,7 @@
 \N
 
 -- !sql2 --
-{"":NULL}
+{"":null}
 
 -- !sql3 --
 {"1":2}
@@ -35,14 +35,14 @@
 {"b":"12", "123":"7777"}
 
 -- !sql8 --
-{NULL:"1", NULL:"2", 1234567:"77"}
-{NULL:"12", 123:"7777"}
+{null:"1", null:"2", 1234567:"77"}
+{null:"12", 123:"7777"}
 
 -- !sql9 --
-{NULL:1, NULL:2, 1234567:77}
-{NULL:12, 123:7777}
+{null:1, null:2, 1234567:77}
+{null:12, 123:7777}
 
 -- !sql10 --
-{NULL:NULL, NULL:NULL, 1234567:NULL}
-{NULL:NULL, 123:NULL}
+{null:null, null:null, 1234567:null}
+{null:null, 123:null}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to