This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 156ed24 [SPARK-35810][PYTHON][FOLLWUP] Deprecate ps.broadcast API
156ed24 is described below
commit 156ed24c523f2774628565f9b39b50cc5a4f8097
Author: itholic <[email protected]>
AuthorDate: Thu Jul 22 17:10:03 2021 +0900
[SPARK-35810][PYTHON][FOLLWUP] Deprecate ps.broadcast API
### What changes were proposed in this pull request?
This PR follows up #33379 to fix build error in Sphinx
### Why are the changes needed?
The Sphinx build is failed with missing newline in docstring
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manually test the Sphinx build
Closes #33479 from itholic/SPARK-35810-followup.
Authored-by: itholic <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit d1a037a27cbb9c5c3f363a6e917f73de773fee9d)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/pyspark/pandas/namespace.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/pyspark/pandas/namespace.py
b/python/pyspark/pandas/namespace.py
index 9af91cb..e964263 100644
--- a/python/pyspark/pandas/namespace.py
+++ b/python/pyspark/pandas/namespace.py
@@ -2825,6 +2825,7 @@ def broadcast(obj: DataFrame) -> DataFrame:
.. deprecated:: 3.2.0
Use :func:`DataFrame.spark.hint` instead.
+
Parameters
----------
obj : DataFrame
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]