[typo](docs) replace the wrong field "json_paths" in s3 tvf related docs with the correct one "jsonpaths" #19900
This commit is contained in:
@ -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"`
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user