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

   ## Summary
   
   Three small en/zh cleanups in the date-time function pages, all surfaced by 
the doc verifier on Doris 4.1.1:
   
   **`milliseconds-add.md` (en)** — add an example for `delta` exceeding INT 
max (2^31 - 1). The function still computes correctly via BIGINT; ZH had this 
example, EN did not. Output captured from a fresh cluster.
   
   **`milliseconds-add.md` (zh)** — remove five duplicate examples. Lines 
82-117 of the ZH page re-emitted examples 1-5 verbatim at the bottom of the 举例 
section (no new content), almost certainly a copy-paste accident.
   
   **`week.md` (zh)** — the `Mode` definition table was wrapped in a ` ```sql ` 
fence, which makes the doc verifier feed pipe-delimited prose (`|Mode |星期的第一天 
|...`) to the cluster as SQL. Removed the fence so the table renders as a 
regular markdown table (like the EN page already does).
   
   ## Verification
   
   `SELECT MILLISECONDS_ADD('2023-09-08 16:02:08.435', 2147483648)` on Doris 
4.1.1 returns `2023-10-03 12:33:32.083000`, matching the documented expected 
output.
   
   🤖 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