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 4cc589afe5b5 [SPARK-41794][FOLLOWUP] Add `try_remainder` to python API 
references
4cc589afe5b5 is described below

commit 4cc589afe5b5f23442fcacbe149a8ab3057889dc
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Tue May 14 11:52:39 2024 +0800

    [SPARK-41794][FOLLOWUP] Add `try_remainder` to python API references
    
    ### What changes were proposed in this pull request?
    Add `try_remainder` to python API references
    
    ### Why are the changes needed?
    new methods should be added to API references
    
    ### Does this PR introduce _any_ user-facing change?
    doc changes
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #46566 from zhengruifeng/doc_try_remainder.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/docs/source/reference/pyspark.sql/functions.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.sql/functions.rst 
b/python/docs/source/reference/pyspark.sql/functions.rst
index 40af3d52e653..fb3273bf95e7 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -143,6 +143,7 @@ Mathematical Functions
     try_add
     try_divide
     try_multiply
+    try_remainder
     try_subtract
     unhex
     width_bucket


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

Reply via email to