boluor commented on issue #2160:
URL: https://github.com/apache/doris-website/issues/2160#issuecomment-4525301976

   This is the same bug as #2895 (closed) and the docs have already been 
corrected. The current \`data-bucketing.md\` (EN + zh, current / 2.1 / 3.x / 
4.x — all 8 maintained files) now reads:
   
   \`\`\`sql
   -- Set hash bucket auto
   DISTRIBUTED BY HASH(region) BUCKETS AUTO
   properties(\"estimate_partition_size\" = \"20G\")
   
   -- Set random bucket auto
   DISTRIBUTED BY RANDOM BUCKETS AUTO
   properties(\"estimate_partition_size\" = \"20G\")
   \`\`\`
   
   Closing-ready — thanks for the report.


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