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

   ## Summary
   
   Content fixes in the Chinese 2.1 docs (reader-reported):
   
   | Issue | File | Fix |
   | --- | --- | --- |
   | #2531 | array-functions/array-enumerate-uniq | 3-array example result `[1, 
1, 2, 1, 3]` → `[1, 1, 2, 2, 3]` (position-3 tuple `(1,1,1)` is its 2nd 
occurrence) |
   | #2523 | string-functions/elt | example repeated `ELT(2, ...)` twice → use 
a 0/1/2 variety and realign the result table |
   | #2518 | basic-element/nulls | truth-table header `**Value of A**` vs 
variable `a` → lowercase to `a` |
   | #2533 | json-functions/json-exists-path | both parameter descriptions 
copied from an array function → correct JSON-string / path descriptions |
   | #2534 | json-functions/json-type | syntax + params listed only `<json>` 
though examples pass two args → add the missing `<path>` argument |
   | #2477 | async-materialized-view/use-guide | claimed aggregation yields 
~17,000,000 rows from a 1,000,000-row table (impossible) → reword (aggregation 
cannot exceed the input row count) |
   
   ## Test plan
   
   - [x] #2531 result verified by hand (tuple-position enumeration).
   - [x] Dead-link check passes.
   - [ ] CI build.
   
   Closes #2531
   Closes #2523
   Closes #2518
   Closes #2533
   Closes #2534
   Closes #2477


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