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

   The `EXPLODE_SPLIT` pages early examples query `example1`, which the 
`version-3.x` / `version-2.1` docs never define (the page only defines 
`example2`, used by the later examples). So those examples cannot be run or 
reproduced (`Table [...] does not exist`).
   
   This PR adds the missing `example1` `CREATE TABLE` + `INSERT`, reconstructed 
from the pages own `select * from example1` output, as a visible inline block 
before the first example that uses it.
   
   Verified on `version-3.x` (3.1.4) and `version-2.1` (2.1.11): all but one 
example resolve and match the documented output. EN + ZH (4 files). No 
`ja-source` changes.
   
   > One example has a pre-existing output bug — its rows are not sorted 
despite `ORDER BY e1` (the engine correctly returns `1,2,3` but the doc shows 
`2,3,1`). That is **not** addressed here; it is tracked in #3889.


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