boluor opened a new pull request, #3673:
URL: https://github.com/apache/doris-website/pull/3673

   ## Summary
   
   In the Unique data model doc (`table-design/data-model/unique.md`), the 
table `example_tbl_unique` is defined with column `user_name` in the 
merge-on-write example, but `username` in the merge-on-read example and its 
`SELECT *` result table — an internal inconsistency for what is meant to be the 
same table.
   
   The diagram embedded in the doc uses `user_name`, so the merge-on-read 
`CREATE TABLE` / `UNIQUE KEY` and the result-table column are unified to 
`user_name` (the ASCII result table is widened to keep alignment).
   
   Applied across all affected versions: EN (next + 2.0/2.1/3.x/4.x) and 
Chinese (next + 2.1/3.x/4.x).
   
   Note: the Chinese 2.0 doc uses a different, older doc structure that is 
internally consistent on `username`; it is left unchanged here.
   
   ## Test plan
   
   - [x] Verified all 9 files had the same user_name vs username inconsistency
   - [x] Verified the result-table ASCII borders stay aligned after widening 
the column
   - [x] Confirmed no `username` remains in the 9 changed files


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