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 060fbe2b1f [typo](docs) replace the wrong field "json_paths" in s3 tvf 
related docs with the correct one "jsonpaths" #19900
060fbe2b1f is described below

commit 060fbe2b1ff3e856f9bfb00cdc46086a92588a9a
Author: Siyang Tang <[email protected]>
AuthorDate: Mon May 22 09:03:56 2023 +0800

    [typo](docs) replace the wrong field "json_paths" in s3 tvf related docs 
with the correct one "jsonpaths" #19900
---
 docs/en/docs/sql-manual/sql-functions/table-functions/s3.md    | 2 +-
 docs/zh-CN/docs/sql-manual/sql-functions/table-functions/s3.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/sql-manual/sql-functions/table-functions/s3.md 
b/docs/en/docs/sql-manual/sql-functions/table-functions/s3.md
index 5026946be7..bb937a9624 100644
--- a/docs/en/docs/sql-manual/sql-functions/table-functions/s3.md
+++ b/docs/en/docs/sql-manual/sql-functions/table-functions/s3.md
@@ -76,7 +76,7 @@ file format parameter:
 - `read_json_by_line`: (optional) default `"true"`
 - `strip_outer_array`: (optional) default `"false"`
 - `json_root`: (optional) default `""`
-- `json_paths`: (optional) default `""`
+- `jsonpaths`: (optional) default `""`
 - `num_as_string`: (optional) default `"false"`
 - `fuzzy_parse`: (optional) default `"false"`
 
diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/s3.md 
b/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/s3.md
index 3af41d4b4c..4ac6c8fa55 100644
--- a/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/s3.md
+++ b/docs/zh-CN/docs/sql-manual/sql-functions/table-functions/s3.md
@@ -78,7 +78,7 @@ S3 tvf中的每一个参数都是一个 `"key"="value"` 对。
 - `read_json_by_line`: (选填) 默认为 `"true"`
 - `strip_outer_array`: (选填) 默认为 `"false"`
 - `json_root`: (选填) 默认为空
-- `json_paths`: (选填) 默认为空
+- `jsonpaths`: (选填) 默认为空
 - `num_as_string`: (选填) 默认为 `false`
 - `fuzzy_parse`: (选填) 默认为 `false`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to