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

   ## 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
   
   - [x] Confirmed all 4 English `DROP-FUNCTION.md` pages already use the 
correct `DROP [ GLOBAL ] FUNCTION ...` form.
   - [x] Confirmed all 4 zh-CN pages were missing the keyword and now match.
   - [ ] CI build.
   
   Closes #3263


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