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

   ## Summary
   
   Doc page (4.x): \`sql-functions/window-functions/overview.md\` (EN).
   
   The page introduces the non-determinism that can show up when a window 
function's \`ORDER BY\` has duplicate keys. The prose says:
   
   > Due to duplicate values in the sorting column \`date_time\`, the following 
**two** query results may be observed:
   
   but only one result table is shown. The ZH version of the page has both 
tables (illustrating the two possible orderings of the duplicate-keyed window).
   
   This change adds the second result table on the EN side so the demonstration 
matches what the surrounding prose claims.
   
   ## Verification
   
   - Identical text content to the ZH page (rows reordered to show the 
alternate ordering).
   - No SQL change — only the rendered output illustration.
   
   ## Test plan
   
   - [x] Re-render the EN page locally — both result tables now appear with 
their respective \"3 rows in set\" footers.
   - [x] EN and ZH now have the same number of result tables in this section.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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