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 7bcf024757 [typo](doc)Modify some words typos. #22361 7bcf024757 is described below commit 7bcf0247574832dd1ed8727e207ab2d8ea1d9640 Author: ZhenchaoXu <49646212+i...@users.noreply.github.com> AuthorDate: Mon Jul 31 12:09:50 2023 +0800 [typo](doc)Modify some words typos. #22361 Modify some words typos. An incorrect word was corrected in from_unixtime.md and a superfluous word was removed in BROKER_LOAD.md. --- .../docs/sql-manual/sql-functions/date-time-functions/from_unixtime.md | 2 +- .../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from_unixtime.md b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from_unixtime.md index 105852b234..e91e590755 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from_unixtime.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from_unixtime.md @@ -35,7 +35,7 @@ under the License. 支持date_format中的format格式,默认为 %Y-%m-%d %H:%i:%s -传入的是整形,返回的是字符串类型 +传入的是整型,返回的是字符串类型 其余 `string_format` 格式是非法的,返回NULL diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md index 993fa65386..36dfa68c23 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md @@ -219,7 +219,7 @@ WITH BROKER broker_name 导入文件 `file.txt`,按逗号分隔,导入到表 `my_table`。 -2. 从 HDFS 导入数据,使用通配符匹配两批两批文件。分别导入到两个表中。 +2. 从 HDFS 导入数据,使用通配符匹配两批文件。分别导入到两个表中。 ```sql LOAD LABEL example_db.label2 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org