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

   ## Summary
   
   Two small doc fixes (audit findings #8 and #9):
   
   - **#8** — `lakehouse/best-practices/doris-onelake.md`: removed a doubled 
word ("...environment - and and explore..." → "...and explore...").
   - **#9** — `sql-functions/window-functions/overview.md`: the prose said the 
example fails "because `ORDER BY dateid` does not provide a unique ordering", 
but the example table `test_window_order` has no `dateid` column — its sorting 
column is `date_time` (used by the example query and confirmed by the following 
line "the sorting column `date_time`"). Corrected the prose to `ORDER BY 
date_time`.
   
   Applied across all affected versions — onelake: EN next + 3.x/4.x; window 
overview: EN next + 4.x and ZH next + 4.x. (Other versions were already fine.)
   
   ## Test plan
   
   - [x] Verified `test_window_order` defines `date_time`, not `dateid`
   - [x] Verified which versions contained each issue before editing


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