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
commit 3e6e201f3e566b6a2ba2d5a80641b08691207503 Author: Guangdong Liu <[email protected]> AuthorDate: Tue Oct 3 20:52:00 2023 +0800 [fix](regression test) fix ci error (#25036) --- .../query_p0/sql_functions/json_function/test_query_json_replace.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_replace.groovy b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_replace.groovy index 8deeda3a238..bdf26abecb4 100644 --- a/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_replace.groovy +++ b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_replace.groovy @@ -18,7 +18,7 @@ suite("test_query_json_replace", "query") { qt_sql "select json_replace('{\"a\": 1, \"b\": [2, 3]}', '\$', null);" qt_sql "select json_replace('{\"k\": [1, 2]}', '\$.k[0]', null, '\$.[1]', null);" - def tableName = "test_query_json_set" + def tableName = "test_query_json_replace" sql "DROP TABLE IF EXISTS ${tableName}" sql """ CREATE TABLE ${tableName} ( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
