Skip to content

[fix](doc) add missing FUNCTION keyword to zh DROP FUNCTION syntax#3728

Merged
morningman merged 1 commit into
apache:masterfrom
boluor:fix-zh-drop-function-keyword
May 22, 2026
Merged

[fix](doc) add missing FUNCTION keyword to zh DROP FUNCTION syntax#3728
morningman merged 1 commit into
apache:masterfrom
boluor:fix-zh-drop-function-keyword

Conversation

@boluor
Copy link
Copy Markdown
Contributor

@boluor boluor commented May 22, 2026

Summary

The Chinese DROP FUNCTION statement pages document the syntax as:

DROP [ GLOBAL ] <function_name> ( <arg_type> )

This drops the required FUNCTION keyword. The actual statement — and the English version of the same page — is:

DROP [ GLOBAL ] FUNCTION <function_name> ( <arg_type> )

Corrected the zh-CN current / 2.1 / 3.x / 4.x pages so they match the real syntax and the English docs.

Reported in #3263.

Test plan

  • Confirmed all 4 English DROP-FUNCTION.md pages already use the correct DROP [ GLOBAL ] FUNCTION ... form.
  • Confirmed all 4 zh-CN pages were missing the keyword and now match.
  • CI build.

Closes #3263

The Chinese DROP-FUNCTION pages show the syntax as
`DROP [ GLOBAL ] <function_name> ( <arg_type> )`, dropping the required
`FUNCTION` keyword. The actual statement — and the English docs — are
`DROP [ GLOBAL ] FUNCTION <function_name> ( <arg_type> )`. Corrected the
zh current / 2.1 / 3.x / 4.x pages to match.

Reported in apache#3263.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@morningman morningman merged commit 1fea756 into apache:master May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

文档错误 DROP [ GLOBAL ] <function_name> ( <arg_type> )

2 participants