This is an automated email from the ASF dual-hosted git repository.
diwu 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 890a51838e [typo](docs) fix doc (#16651)
890a51838e is described below
commit 890a51838eea9cecaf02751030b7eec1bc8333f3
Author: Liqf <[email protected]>
AuthorDate: Mon Feb 13 11:51:08 2023 +0800
[typo](docs) fix doc (#16651)
---
docs/en/docs/releasenotes/release-1.1.0.md | 2 +-
docs/zh-CN/docs/releasenotes/release-1.1.0.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/releasenotes/release-1.1.0.md
b/docs/en/docs/releasenotes/release-1.1.0.md
index e9e517d7c0..d12a08f65c 100644
--- a/docs/en/docs/releasenotes/release-1.1.0.md
+++ b/docs/en/docs/releasenotes/release-1.1.0.md
@@ -56,7 +56,7 @@ For normal upgrade operations, you can perform rolling
upgrades according to the
In some scenarios (such as log data analysis), users may not be able to find a
suitable bucket key to avoid data skew, so the system needs to provide
additional distribution methods to solve the problem.
-Therefore, when creating a table you can set `DISTRIBUTED BY random BUCKET
number`to use random distribution, the data will be randomly written to a
single tablet when importing to reduce the data fanout during the loading
process. And reduce resource overhead and improve system stability.
+Therefore, when creating a table you can set `DISTRIBUTED BY random BUCKETS
number`to use random distribution, the data will be randomly written to a
single tablet when importing to reduce the data fanout during the loading
process. And reduce resource overhead and improve system stability.
### Support for creating Iceberg external tables[experimental]
diff --git a/docs/zh-CN/docs/releasenotes/release-1.1.0.md
b/docs/zh-CN/docs/releasenotes/release-1.1.0.md
index 8c807b0c85..ec09d651d8 100644
--- a/docs/zh-CN/docs/releasenotes/release-1.1.0.md
+++ b/docs/zh-CN/docs/releasenotes/release-1.1.0.md
@@ -57,7 +57,7 @@ Apache Doris 早期版本的存储格式为 Segment V1,在 0.12 版本中我
在某些场景中(例如日志分析类场景),用户可能无法找到一个合适的分桶键来避免数据倾斜,因此需要由系统提供额外的分布方式来解决数据倾斜的问题。
-因此通过在建表时可以不指定具体分桶键,选择使用随机分布对数据进行分桶`DISTRIBUTED BY random BUCKET
number`,数据导入时将会随机写入单个 Tablet ,以减少加载过程中的数据扇出,并减少资源开销、提升系统稳定性。
+因此通过在建表时可以不指定具体分桶键,选择使用随机分布对数据进行分桶`DISTRIBUTED BY random BUCKETS
number`,数据导入时将会随机写入单个 Tablet ,以减少加载过程中的数据扇出,并减少资源开销、提升系统稳定性。
### 支持创建 Iceberg 外部表 [实验性功能]
[#7391](https://github.com/apache/doris/pull/7391)
[#7981](https://github.com/apache/doris/pull/7981)
[#8179](https://github.com/apache/doris/pull/8179)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]