This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 74bf9fe8eb5 [MINOR][DOCS] Fix links in the
sql-pyspark-pandas-with-arrow
74bf9fe8eb5 is described below
commit 74bf9fe8eb5d5512de929e87f510ed6e64d6063e
Author: panbingkun <[email protected]>
AuthorDate: Wed Nov 9 07:07:32 2022 -0600
[MINOR][DOCS] Fix links in the sql-pyspark-pandas-with-arrow
### What changes were proposed in this pull request?
The pr aims to fix links in the sql-pyspark-pandas-with-arrow.
### Why are the changes needed?
https://spark.apache.org/docs/latest/sql-pyspark-pandas-with-arrow.html
<img width="696" alt="image"
src="https://user-images.githubusercontent.com/15246973/200457446-250e8c9b-3712-4e79-b6e9-6bdabf322206.png">
when click [this
page](https://spark.apache.org/docs/latest/api/python/user_guide/arrow_pandas.html),
will jump to
https://spark.apache.org/docs/latest/api/python/user_guide/arrow_pandas.html,
as follow:
<img width="791" alt="image"
src="https://user-images.githubusercontent.com/15246973/200457489-2561b9df-3107-4e19-960d-881f31851f82.png">
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually verified.
Closes #38545 from panbingkun/arrow_pandas_doc.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
(cherry picked from commit 70bc5dfc96810e47f11f0f39054b1ceb61066f77)
Signed-off-by: Sean Owen <[email protected]>
---
docs/sql-pyspark-pandas-with-arrow.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-pyspark-pandas-with-arrow.md
b/docs/sql-pyspark-pandas-with-arrow.md
index 6895376dfb3..7697588d1a8 100644
--- a/docs/sql-pyspark-pandas-with-arrow.md
+++ b/docs/sql-pyspark-pandas-with-arrow.md
@@ -19,4 +19,4 @@ license: |
limitations under the License.
---
-The Arrow usage guide is now archived on [this
page](https://spark.apache.org/docs/latest/api/python/user_guide/arrow_pandas.html).
+The Arrow usage guide is now archived on [this
page](https://spark.apache.org/docs/latest/api/python/user_guide/sql/arrow_pandas.html).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]