This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 90881a72748 [fix](doc) correct middle bucket label in hash-bucket 
illustration (#3751)
90881a72748 is described below

commit 90881a727481b06ede62d1907957110842c5cfa2
Author: boluor <[email protected]>
AuthorDate: Sat May 23 09:04:59 2026 -0700

    [fix](doc) correct middle bucket label in hash-bucket illustration (#3751)
    
    ## Summary
    
    The Hash bucketing illustration on the data-bucketing page mislabels the
    middle cylinder. Both rows feeding into it (\`HASH(LA, 3) = 2\` and
    \`HASH(SAN, 3) = 2\`) hash to 2, but the cylinder reads \`Hash = 3\`.
    Corrected to \`Hash = 2\` so the three buckets read 1 / 2 / 3 left to
    right, matching the hash values annotated above and below.
    
    Before: cylinders labeled \`Hash = 1\` / \`Hash = 3\` / \`Hash = 3\`
    After: cylinders labeled \`Hash = 1\` / \`Hash = 2\` / \`Hash = 3\`
    
    The same image is referenced from \`data-bucketing.md\` in EN + zh for
    current / 2.1 / 3.x / 4.x, so updating the single PNG fixes all 8 pages.
    
    Fixes #2894
    Fixes #3016
    
    ## Test plan
    
    - [x] Re-rendered text matches the surrounding cylinders (same
    font/size/color/centering)
    - [x] No other pixels in the image are modified
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
 static/images/table-desigin/hash-bucket.png | Bin 634551 -> 283857 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/static/images/table-desigin/hash-bucket.png 
b/static/images/table-desigin/hash-bucket.png
index 8b0e5ccea9a..47af0c31a37 100644
Binary files a/static/images/table-desigin/hash-bucket.png and 
b/static/images/table-desigin/hash-bucket.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to