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 558e7a047bfd [SPARK-46465][PYTHON][DOCS][FOLLOWUPS] Add `Column.isNaN` 
to API references
558e7a047bfd is described below

commit 558e7a047bfdd7f9c52545a2f8ab02c54a7ca2d5
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Thu Dec 21 12:15:41 2023 +0800

    [SPARK-46465][PYTHON][DOCS][FOLLOWUPS] Add `Column.isNaN` to API references
    
    ### What changes were proposed in this pull request?
    Add `Column.isNaN` to API references
    
    ### Why are the changes needed?
    it's missing in https://github.com/apache/spark/pull/44422
    
    ### Does this PR introduce _any_ user-facing change?
    yes, document
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #44432 from zhengruifeng/py_doc_isnan.
    
    Lead-authored-by: Ruifeng Zheng <ruife...@apache.org>
    Co-authored-by: Ruifeng Zheng <ruife...@foxmail.com>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/docs/source/reference/pyspark.sql/column.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.sql/column.rst 
b/python/docs/source/reference/pyspark.sql/column.rst
index b897b5c00c42..08052bcc4683 100644
--- a/python/docs/source/reference/pyspark.sql/column.rst
+++ b/python/docs/source/reference/pyspark.sql/column.rst
@@ -46,6 +46,7 @@ Column
     Column.getField
     Column.getItem
     Column.ilike
+    Column.isNaN
     Column.isNotNull
     Column.isNull
     Column.isin


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

Reply via email to