This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 8668c1739570 [MINOR][DOCS] Fix miss semicolon on describe sql example
8668c1739570 is described below

commit 8668c1739570138218e99352e81e82c5c6487337
Author: camilesing <[email protected]>
AuthorDate: Fri Jan 10 15:22:45 2025 +0500

    [MINOR][DOCS] Fix miss semicolon on describe sql example
    
    ### What changes were proposed in this pull request?
    
    fix miss semicolon on describe SQL example
    
    ### Why are the changes needed?
    
    describe SQL example miss semicolon
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes. the patch fix docs miss semicolon SQL.
    
    ### How was this patch tested?
    
    Manually by inspecting generated docs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #49316 from camilesing/fix_docs_miss_semicolon.
    
    Authored-by: camilesing <[email protected]>
    Signed-off-by: Max Gekk <[email protected]>
---
 docs/sql-ref-syntax-aux-describe-function.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-ref-syntax-aux-describe-function.md 
b/docs/sql-ref-syntax-aux-describe-function.md
index a871fb5bfd40..0c5a3d751a56 100644
--- a/docs/sql-ref-syntax-aux-describe-function.md
+++ b/docs/sql-ref-syntax-aux-describe-function.md
@@ -85,7 +85,7 @@ DESC FUNCTION max;
 
 -- Describe a builtin user defined aggregate function
 -- Returns function name, implementing class and usage and examples.
-DESC FUNCTION EXTENDED explode
+DESC FUNCTION EXTENDED explode;
 +---------------------------------------------------------------+
 |function_desc                                                  |
 +---------------------------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to