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

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 70bc5dfc968 [MINOR][DOCS] Fix links in the 
sql-pyspark-pandas-with-arrow
70bc5dfc968 is described below

commit 70bc5dfc96810e47f11f0f39054b1ceb61066f77
Author: panbingkun <pbk1...@gmail.com>
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 <pbk1...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to