This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 36e43c2677 fix 1.2.1 release notes (#15590) 36e43c2677 is described below commit 36e43c2677526858881e5180b8ce5d1c5825e9e0 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Wed Jan 4 13:26:54 2023 +0800 fix 1.2.1 release notes (#15590) --- docs/en/docs/releasenotes/release-1.2.1.md | 3 ++- docs/zh-CN/docs/releasenotes/release-1.2.1.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/releasenotes/release-1.2.1.md b/docs/en/docs/releasenotes/release-1.2.1.md index 11f298494c..1e933359b8 100644 --- a/docs/en/docs/releasenotes/release-1.2.1.md +++ b/docs/en/docs/releasenotes/release-1.2.1.md @@ -76,7 +76,8 @@ Add function `substring_index`. [#15373](https://github.com/apache/doris/pull/15 ### Known Issues -Do not use JDK11 as the runtime JDK of BE, it will cause BE Crash. +- Do not use JDK11 as the runtime JDK of BE, it will cause BE Crash. +- The reading performance of the csv format in this version has declined, which will affect the import and reading efficiency of the csv format. We will fix it as soon as possible in the next three-digit version ### Behavior Changed diff --git a/docs/zh-CN/docs/releasenotes/release-1.2.1.md b/docs/zh-CN/docs/releasenotes/release-1.2.1.md index 45e7312a7c..630e24570c 100644 --- a/docs/zh-CN/docs/releasenotes/release-1.2.1.md +++ b/docs/zh-CN/docs/releasenotes/release-1.2.1.md @@ -82,7 +82,9 @@ under the License. ### 已知问题 -请勿使用 JDK11 作为 BE 的运行时 JDK,会导致 BE Crash。 +- 请勿使用 JDK11 作为 BE 的运行时 JDK,会导致 BE Crash。 + +- 该版本对csv格式的读取性能有下降,会影响csv格式的导入和读取效率,我们会在下一个三位版本尽快修复 ### 行为改变 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org