This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit c6a8146db5033b448dcc2c70514fe5e8f250e831 Author: caoliang-web <[email protected]> AuthorDate: Thu Mar 7 18:34:49 2024 +0800 [typo](doc)Doriswriter document modification (#31322) --- docs/en/docs/ecosystem/datax.md | 2 -- docs/zh-CN/docs/ecosystem/datax.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/en/docs/ecosystem/datax.md b/docs/en/docs/ecosystem/datax.md index 0a422e79ae8..ae0021c2761 100644 --- a/docs/en/docs/ecosystem/datax.md +++ b/docs/en/docs/ecosystem/datax.md @@ -268,8 +268,6 @@ my_import.json "name": "doriswriter", "parameter": { "loadUrl": ["127.0.0.1:8030"], - "loadProps": { - }, "column": ["id","order_code","line_code","remark","unit_no","unit_name","price"], "username": "root", "password": "xxxxxx", diff --git a/docs/zh-CN/docs/ecosystem/datax.md b/docs/zh-CN/docs/ecosystem/datax.md index 6aa9abc600c..42e4287a0d2 100644 --- a/docs/zh-CN/docs/ecosystem/datax.md +++ b/docs/zh-CN/docs/ecosystem/datax.md @@ -268,8 +268,6 @@ my_import.json "name": "doriswriter", "parameter": { "loadUrl": ["127.0.0.1:8030"], - "loadProps": { - }, "column": ["id","order_code","line_code","remark","unit_no","unit_name","price"], "username": "root", "password": "xxxxxx", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
