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

dongjoon 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 5b89bc156cb [SPARK-44788][PYTHON][DOCS][FOLLOW-UP] Add from_xml and 
schema_of_xml into PySpark documentation
5b89bc156cb is described below

commit 5b89bc156cb50c3ddc6bf4174e481e4f2a3f4491
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Mon Sep 18 02:02:26 2023 -0700

    [SPARK-44788][PYTHON][DOCS][FOLLOW-UP] Add from_xml and schema_of_xml into 
PySpark documentation
    
    ### What changes were proposed in this pull request?
    
    This PR adds `from_xml` and `schema_of_xml` into PySpark documentation
    
    ### Why are the changes needed?
    
    For users to know how to use them.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, It adds both `from_xml` and `schema_of_xml` into Python documentation
    
    ### How was this patch tested?
    
    Manually tested.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #42974 from HyukjinKwon/SPARK-44788-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 python/docs/source/reference/pyspark.sql/functions.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/docs/source/reference/pyspark.sql/functions.rst 
b/python/docs/source/reference/pyspark.sql/functions.rst
index 6896efd4fb4..6e00c859da4 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -264,6 +264,8 @@ Collection Functions
     str_to_map
     to_csv
     try_element_at
+    from_xml
+    schema_of_xml
 
 
 Partition Transformation Functions


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

Reply via email to