This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 d77d56b2c6e [fix](regression test) fix ci error (#25036)
d77d56b2c6e is described below
commit d77d56b2c6ef3d869773b585bc69d6131f51228b
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]