You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/22 11:17:50 UTC

[doris] 02/15: [typo](docs)Fix explode_json_array document error (#18867)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 393fe15714c11dfd99f77f3b8cde301295ccba33
Author: Jiwen liu <61...@users.noreply.github.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org