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

   These array-function pages query a table that the `version-3.x` / 
`version-2.1` docs never define, so the examples cannot be run or reproduced 
(`Table [...] does not exist`).
   
   Following the same approach as #3885, the setup is **reconstructed from each 
older pages own printed output** and emitted as a visible inline block.
   
   Pages (EN + ZH, `version-3.x` and `version-2.1`):
   
   | Page | Table(s) |
   | --- | --- |
   | `ARRAY` | `nested` |
   | `ARRAY_COUNT` | `array_test` |
   | `ARRAY_FILTER` | `array_test`, `array_test2` |
   | `ARRAY_FIRST_INDEX` | `array_test` |
   | `ARRAY_LAST_INDEX` | `array_test` |
   | `ARRAY_SORTBY` | `test_array_sortby`, `array_test2` |
   
   Each example was verified end-to-end to resolve its table and match that 
versions documented output — `version-3.x` on a 3.1.4 cluster and `version-2.1` 
on a 2.1.11 cluster (all pass). 24 files. No `ja-source` changes.
   
   > `ARRAY_MAP` is intentionally left out of this PR: its example has a 
pre-existing SQL/output column mismatch (the SQL selects one column but the 
output shows two), tracked separately in #3887.


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