boluor opened a new pull request, #3753:
URL: https://github.com/apache/doris-website/pull/3753
## Summary
The \`LEVENSHTEIN\` page under
\`sql-manual/sql-functions/scalar-functions/string-functions/\` documents a SQL
function that is not implemented in apache/doris:
- No \`Levenshtein\` / \`EditDistance\` class under
\`fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/\`
on master, branch-3.1, branch-3.0, or branch-2.1.
- Running \`SELECT levenshtein('abc', 'abd')\` returns \`Can not found
function 'levenshtein'\`.
- The page is not referenced from any sidebar — it's an orphan.
Remove the orphan page across the current and 4.x trees (EN + zh) — the only
versions that carried it.
Fixes #3511
## Test plan
- [x] \`find docs versioned_docs i18n -name levenshtein.md\` returns empty
after the change
- [x] No sidebar file references the removed slug
--
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]