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 82d0823c2f9 [SPARK-44788][PYTHON][DOCS][FOLLOW-UP] Move 
`from_xml`/`schema_of_xml` to `Xml Functions`
82d0823c2f9 is described below

commit 82d0823c2f9b5b1d60c8799cf6bf7924c24acbe1
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Mon Sep 18 08:58:25 2023 -0700

    [SPARK-44788][PYTHON][DOCS][FOLLOW-UP] Move `from_xml`/`schema_of_xml` to 
`Xml Functions`
    
    ### What changes were proposed in this pull request?
    Move `from_xml`/`schema_of_xml` to `Xml Functions`
    
    ### Why are the changes needed?
    there is a dedicated function group for xml functions
    
    ### Does this PR introduce _any_ user-facing change?
    yes
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #42977 from zhengruifeng/update_group.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 python/docs/source/reference/pyspark.sql/functions.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/docs/source/reference/pyspark.sql/functions.rst 
b/python/docs/source/reference/pyspark.sql/functions.rst
index 6e00c859da4..e21c05343da 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -264,8 +264,6 @@ Collection Functions
     str_to_map
     to_csv
     try_element_at
-    from_xml
-    schema_of_xml
 
 
 Partition Transformation Functions
@@ -531,6 +529,8 @@ Xml Functions
 .. autosummary::
     :toctree: api/
 
+    from_xml
+    schema_of_xml
     xpath
     xpath_boolean
     xpath_double


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

Reply via email to