This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 2c3be2f05ee [test](case) error format case in test_query_json_object
(#34722)
2c3be2f05ee is described below
commit 2c3be2f05eef22e18f899376b0d3a1f9c009ae98
Author: Mryange <[email protected]>
AuthorDate: Mon May 13 15:05:53 2024 +0800
[test](case) error format case in test_query_json_object (#34722)
error format case in test_query_json_object
---
.../query_p0/sql_functions/json_function/test_query_json_object.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
index e4ebe839276..c3b1e35b5e6 100644
---
a/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
+++
b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
@@ -43,7 +43,7 @@ suite("test_query_json_object", "query") {
qt_sql1 "select json_object('k0',k0,'k1',k1,'k2',k2,'k3',k3,'k4',k4,'k5',
null,'k6','k6') from ${tableName} order by k0;"
test {
sql """select k0,json_object(k3,123) from ${tableName} order by k0;"""
- exception "[CANCELLED][INTERNAL_ERROR] function json_object can not
input null value , JSON documents may not contain NULL member names."
+ exception "function json_object can not input null value , JSON
documents may not contain NULL member names."
}
sql "DROP TABLE ${tableName};"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]