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

   ## Summary
   
   Doc page: `i18n/zh-CN/.../window-functions/first-value.md` (4.x).
   
   The ZH example's result table contains a non-grid annotation appended after 
the last \`|\` of one row:
   
   \`\`\`
   | A          |       1 |      10 |                  10 |                     
 10 | --- 跳过前面的NULL行
   \`\`\`
   
   This makes the row non-rectangular vs the rest of the table and differs from 
what the mysql client actually prints — running the same SQL on a 4.1.1 cluster 
produces a clean ASCII grid with no trailing text. The EN page does not have 
this annotation and matches the cluster output as-is.
   
   This change moves the inline annotation into a follow-up sentence after the 
block so the table stays a faithful copy of the actual output.
   
   ## Verification
   
   - Ran the example SQL (both EN form without \`NULLS FIRST\` and ZH form with 
\`NULLS FIRST\` in the second window) on a single-node Apache Doris 4.1.1 
cluster — both produce the exact 7-row grid shown in the doc.
   - \`NULLS FIRST\` / \`NULLS LAST\` are supported on 4.1.1, confirmed by a 
direct \`SELECT 1 ORDER BY 1 NULLS FIRST\` / \`NULLS LAST\` probe.
   
   ## Test plan
   
   - [x] Render the page locally — the result block renders as a clean ASCII 
table and the explanation reads naturally after it.
   - [x] Confirm no behavioral change in the surrounding text or SQL.
   
   🤖 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