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.git
The following commit(s) were added to refs/heads/master by this push:
new 2cc811bd54 [typo](docs)Fix explode_json_array document error (#18867)
2cc811bd54 is described below
commit 2cc811bd5479dd3bf5cc03ba1df3d232fc317e8e
Author: Jiwen liu <[email protected]>
AuthorDate: Fri Apr 21 12:35:14 2023 +0800
[typo](docs)Fix explode_json_array document error (#18867)
---
.../sql-manual/sql-functions/table-functions/explode-json-array.md | 5 +----
.../sql-manual/sql-functions/table-functions/explode-json-array.md | 3 ---
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
b/docs/en/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
index ab0f0b5b83..628d6354c6 100644
---
a/docs/en/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
+++
b/docs/en/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
@@ -52,9 +52,6 @@ mysql> select k1 from example1 order by k1;
| 1 |
| 2 |
| 3 |
-| 4 |
-| 5 |
-| 6 |
+------+
```
@@ -283,4 +280,4 @@ mysql> select k1, e1 from example1 lateral view
explode_json_array_string('{"a":
### keywords
-explode,json,array,json_array,explode_json,explode_json_array
\ No newline at end of file
+explode,json,array,json_array,explode_json,explode_json_array
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
b/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
index c36dc5d8ad..1ad5d26c1d 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/explode-json-array.md
@@ -52,9 +52,6 @@ mysql> select k1 from example1 order by k1;
| 1 |
| 2 |
| 3 |
-| 4 |
-| 5 |
-| 6 |
+------+
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]