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

   ## Summary
   
   Doc page (4.x): \`scalar-functions/quantile-functions/to-quantile-state.md\` 
(ZH).
   
   The ZH page's setup creates the table under a template placeholder that was 
never interpolated:
   
   \`\`\`sql
   CREATE TABLE IF NOT EXISTS \${tableName_21} (
       ...
   );
   \`\`\`
   
   …while every following statement references the literal name 
\`quantile_state_agg_test\`. The cluster errors out with \`Table 
[quantile_state_agg_test] does not exist\` because nothing ever created a table 
with that name.
   
   EN already uses \`quantile_state_agg_test\` throughout. Sync the ZH CREATE 
so the example actually works.
   
   ## Verification
   
   After the fix, running the entire example block end-to-end on Apache Doris 
4.1.1 produces the documented result table.
   
   ## Test plan
   
   - [x] Run setup + INSERTs + SELECT on a 4.1.1 cluster — matches the 
documented output.
   - [x] No other change.
   
   🤖 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