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

gurwls223 pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new ac0667b9fd1 [MINOR][PYTHON][DOCS] Add `applyInPandasWithState` to API 
references
ac0667b9fd1 is described below

commit ac0667b9fd1dbf12dccde33dccce4f2e4e57b1d3
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Feb 15 23:08:17 2023 +0900

    [MINOR][PYTHON][DOCS] Add `applyInPandasWithState` to API references
    
    ### What changes were proposed in this pull request?
    Add `applyInPandasWithState` to API references
    
    ### Why are the changes needed?
    It's missing in doc
    
    ### Does this PR introduce _any_ user-facing change?
    yes
    
    ### How was this patch tested?
    CI
    
    Closes #40037 from zhengruifeng/py_doc_applyInPandasWithState.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
    (cherry picked from commit fd490d5946c66e19e3bbd17a72feff46bf4efc35)
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 python/docs/source/reference/pyspark.sql/grouping.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.sql/grouping.rst 
b/python/docs/source/reference/pyspark.sql/grouping.rst
index 459ef572756..42de1553f0f 100644
--- a/python/docs/source/reference/pyspark.sql/grouping.rst
+++ b/python/docs/source/reference/pyspark.sql/grouping.rst
@@ -27,6 +27,7 @@ Grouping
     GroupedData.agg
     GroupedData.apply
     GroupedData.applyInPandas
+    GroupedData.applyInPandasWithState
     GroupedData.avg
     GroupedData.cogroup
     GroupedData.count


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

Reply via email to