dataroaring commented on code in PR #2878:
URL: https://github.com/apache/doris-website/pull/2878#discussion_r2653541630


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/data-partitioning/data-bucketing.md:
##########
@@ -152,7 +152,7 @@ DISTRIBUTED BY HASH(region) BUCKETS AUTO
 properties("estimate_partition_size" = "20G")
 
 -- Set random bucket auto
-DISTRIBUTED BY HASH(region) BUCKETS AUTO
+DISTRIBUTED BYRANDOM BUCKETS AUTO

Review Comment:
   ```suggestion
   DISTRIBUTED BY RANDOM BUCKETS AUTO
   ```



-- 
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]

Reply via email to