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 <[email protected]>
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.

### How was this patch tested?
Manually verified by `SKIP_API=1 jekyll build`.
Closes #28054 from HyukjinKwon/followup-spark-30722.
Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 34c7476cb5da98d5f3be354669dcd762df2b75e1)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]