boluor opened a new pull request, #3751:
URL: https://github.com/apache/doris-website/pull/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
   
   ## Test plan
   
   - [x] Re-rendered text matches the surrounding cylinders (same 
font/size/color/centering)
   - [x] No other pixels in the image are modified


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