You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/03/29 01:38:07 UTC

[spark] branch branch-3.0 updated: [SPARK-30722][DOCS][FOLLOW-UP] Add Pandas Function API into the menu

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 1c4fe31  [SPARK-30722][DOCS][FOLLOW-UP] Add Pandas Function API into the menu
1c4fe31 is described below

commit 1c4fe31a5a697c80ca59ed6286ad1423d8541e6a
Author: HyukjinKwon <gu...@apache.org>
AuthorDate: Sat Mar 28 18:36:34 2020 -0700

    [SPARK-30722][DOCS][FOLLOW-UP] Add Pandas Function API into the menu
    
    ### What changes were proposed in this pull request?
    
    This PR adds "Pandas Function API" into the menu.
    
    ### Why are the changes needed?
    
    To be consistent and to make easier to navigate.
    
    ### Does this PR introduce any user-facing change?
    
    No, master only.
    
    ![Screen Shot 2020-03-27 at 11 40 29 PM](https://user-images.githubusercontent.com/6477701/77767405-60306600-7084-11ea-944a-93726259cd00.png)
    
    ### How was this patch tested?
    
    Manually verified by `SKIP_API=1 jekyll build`.
    
    Closes #28054 from HyukjinKwon/followup-spark-30722.
    
    Authored-by: HyukjinKwon <gu...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 34c7476cb5da98d5f3be354669dcd762df2b75e1)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 docs/_data/menu-sql.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_data/menu-sql.yaml b/docs/_data/menu-sql.yaml
index c17bfd3..8a1d937 100644
--- a/docs/_data/menu-sql.yaml
+++ b/docs/_data/menu-sql.yaml
@@ -67,6 +67,8 @@
       url: sql-pyspark-pandas-with-arrow.html#enabling-for-conversion-tofrom-pandas
     - text: "Pandas UDFs (a.k.a. Vectorized UDFs)"
       url: sql-pyspark-pandas-with-arrow.html#pandas-udfs-aka-vectorized-udfs
+    - text: "Pandas Function APIs"
+      url: sql-pyspark-pandas-with-arrow.html#pandas-function-apis
     - text: Usage Notes
       url: sql-pyspark-pandas-with-arrow.html#usage-notes
 - text: Migration Guide


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