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

ruifengz 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 e3d0c0fe660f [MINOR][PYTHON][DOCS] Add 4 missing functions to API 
references
e3d0c0fe660f is described below

commit e3d0c0fe660f8888e94257b8f56e71720ac66e8a
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Fri Apr 25 18:05:37 2025 +0800

    [MINOR][PYTHON][DOCS] Add 4 missing functions to API references
    
    ### What changes were proposed in this pull request?
    Add 4 missing functions to API references
    
    ### Why are the changes needed?
    for docs
    
    ### Does this PR introduce _any_ user-facing change?
    doc-only change
    
    ### How was this patch tested?
    CI
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #50709 from zhengruifeng/doc_missing_fcs.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/docs/source/reference/pyspark.sql/functions.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/python/docs/source/reference/pyspark.sql/functions.rst 
b/python/docs/source/reference/pyspark.sql/functions.rst
index 9d45b2bc2be3..a3a2e11daf2e 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -132,6 +132,7 @@ Mathematical Functions
     radians
     rand
     randn
+    random
     rint
     round
     sec
@@ -164,6 +165,7 @@ String Functions
     char
     char_length
     character_length
+    chr
     collate
     collation
     concat_ws
@@ -192,6 +194,7 @@ String Functions
     overlay
     position
     printf
+    quote
     randstr
     regexp_count
     regexp_extract
@@ -631,6 +634,7 @@ Misc Functions
     try_reflect
     typeof
     user
+    uuid
     version
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to