boluor commented on issue #2734:
URL: https://github.com/apache/doris-website/issues/2734#issuecomment-4524120666

   Thanks for the report and the cross-version reproduction. The doc's `Since 
3.1.1` annotation is engine-accurate: `count_substrings` was introduced by 
apache/doris#42055, which carries labels `dev/2.1.7-merged` and 
`dev/3.1.1-merged`. The function exists in `apache/doris` `branch-3.1` (from 
3.1.1) but is absent from `branch-3.0`. The `version-3.x` doc set targets the 
3.1.x line, so the version note is correct as-is. To use `count_substrings` on 
a 3.0 cluster, you would need to upgrade to 3.1.1+; alternatively, `split_part` 
covers the common single-occurrence cases on 3.0.x. This can be closed. cc 
@KassieZ


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