This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 75811bff7d1 [fix] The json_remove function was mistakenly implemented
as json_set. (#3039)
75811bff7d1 is described below
commit 75811bff7d122c8df8d32c27033bbcbd4e04c23f
Author: Jerry Hu <[email protected]>
AuthorDate: Mon Nov 3 18:08:56 2025 +0800
[fix] The json_remove function was mistakenly implemented as json_set.
(#3039)
## Versions
- [x] dev
- [ ] 3.x
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../sql-functions/scalar-functions/json-functions/json-remove.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/sql-manual/sql-functions/scalar-functions/json-functions/json-remove.md
b/docs/sql-manual/sql-functions/scalar-functions/json-functions/json-remove.md
index 92cfc1f5f00..d8c930214c5 100644
---
a/docs/sql-manual/sql-functions/scalar-functions/json-functions/json-remove.md
+++
b/docs/sql-manual/sql-functions/scalar-functions/json-functions/json-remove.md
@@ -1,6 +1,6 @@
---
{
- "title": "JSON_SET",
+ "title": "JSON_REMOVE",
"language": "en"
}
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]