You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/07/22 05:22:51 UTC

[spark] branch branch-3.2 updated: [SPARK-36253][PYTHON][DOCS] Add versionadded to the top of pandas-on-Spark package

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 c42866e  [SPARK-36253][PYTHON][DOCS] Add versionadded to the top of pandas-on-Spark package
c42866e is described below

commit c42866e627f2950934803b0c5f6ec34a5dbc9d70
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Thu Jul 22 14:21:43 2021 +0900

    [SPARK-36253][PYTHON][DOCS] Add versionadded to the top of pandas-on-Spark package
    
    ### What changes were proposed in this pull request?
    
    This PR adds the version that added pandas API on Spark in PySpark documentation.
    
    ### Why are the changes needed?
    
    To document the version added.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No to end user. Spark 3.2 is not released yet.
    
    ### How was this patch tested?
    
    Linter and documentation build.
    
    Closes #33473 from HyukjinKwon/SPARK-36253.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit f3e29574d9deb30df4d8d1fbd41a702bf2b15b5f)
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 python/pyspark/pandas/__init__.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/python/pyspark/pandas/__init__.py b/python/pyspark/pandas/__init__.py
index cf078ed..ea8a9ea 100644
--- a/python/pyspark/pandas/__init__.py
+++ b/python/pyspark/pandas/__init__.py
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
+"""
+.. versionadded:: 3.2.0
+    pandas API on Spark
+"""
+
 import os
 import sys
 from distutils.version import LooseVersion

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