This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 fe46698e740 [SPARK-45268][PYTHON][DOCS][FOLLOWUP] Correct the group of
`equal_null`
fe46698e740 is described below
commit fe46698e740edf8551923927c5ef7086dab66f77
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Oct 5 11:09:07 2023 +0900
[SPARK-45268][PYTHON][DOCS][FOLLOWUP] Correct the group of `equal_null`
### What changes were proposed in this pull request?
the group of `equal_null` should be `Predicate Functions` after
https://github.com/apache/spark/commit/6e6ee613a0d36c56d2e522510897818ba1754d56
### Why are the changes needed?
to be consistent with SQL side
### 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 #43218 from zhengruifeng/py_equal_null.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/docs/source/reference/pyspark.sql/functions.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/docs/source/reference/pyspark.sql/functions.rst
b/python/docs/source/reference/pyspark.sql/functions.rst
index 362be812d83..5e05dac7bc3 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -58,6 +58,7 @@ Predicate Functions
.. autosummary::
:toctree: api/
+ equal_null
ilike
isnan
isnotnull
@@ -582,7 +583,6 @@ Misc Functions
current_database
current_schema
current_user
- equal_null
hll_sketch_estimate
hll_union
input_file_block_length
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]