[typo](docs) replace the wrong field "json_paths" in s3 tvf related docs with the correct one "jsonpaths" #19900

This commit is contained in:
Siyang Tang
2023-05-22 09:03:56 +08:00
committed by GitHub
parent a6bd014b8a
commit 060fbe2b1f
2 changed files with 2 additions and 2 deletions

View File

@ -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"`

View File

@ -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`