liaoxin01 commented on code in PR #2874:
URL: https://github.com/apache/doris-website/pull/2874#discussion_r2385890169
##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/file-format/json.md:
##########
@@ -95,6 +95,8 @@ Doris 支持以下三种 JSON 格式:
3. Routine Load:参数通过 `PROPERTIES` 指定,如:`PROPERTIES("jsonpaths"="$.data")`
4. TVF:参数通过 TVF 语句指定,如:`S3("jsonpaths"="$.data")`
5. 如果需要将 JSON 文件中根节点的 JSON 对象导入,jsonpaths
需要指定为$.,如:`PROPERTIES("jsonpaths"="$.")`
+6. read_json_by_line默认为true指的是如果导入时不指定strip_outer_array和read_json_by_line任何一个,
那么read_json_by_line为true.
Review Comment:
只改dev,3.0的文档先不用改
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]