This is an automated email from the ASF dual-hosted git repository. gurwls223 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 f1a3a977fd9 [SPARK-46015][DOCS][PS] Remove broken link for Koalas issues f1a3a977fd9 is described below commit f1a3a977fd9da600377d0c6a457e21ee45bc011e Author: Haejoon Lee <haejoon....@databricks.com> AuthorDate: Tue Nov 21 11:21:51 2023 +0900 [SPARK-46015][DOCS][PS] Remove broken link for Koalas issues ### What changes were proposed in this pull request? This PR proposes to remove broken link for Koalas issues. ### Why are the changes needed? To remove the broken - also out dated - link. ### Does this PR introduce _any_ user-facing change? No, docs only. ### How was this patch tested? The existing CI should pass. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43918 from itholic/broken_koalas_link. Authored-by: Haejoon Lee <haejoon....@databricks.com> Signed-off-by: Hyukjin Kwon <gurwls...@apache.org> --- python/docs/source/user_guide/pandas_on_spark/transform_apply.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/docs/source/user_guide/pandas_on_spark/transform_apply.rst b/python/docs/source/user_guide/pandas_on_spark/transform_apply.rst index 0778006877e..8c4045d9e5d 100644 --- a/python/docs/source/user_guide/pandas_on_spark/transform_apply.rst +++ b/python/docs/source/user_guide/pandas_on_spark/transform_apply.rst @@ -20,8 +20,6 @@ Transform and apply a function ============================== -.. NOTE: the images are stored at https://github.com/koalas/issues/1443. Feel free to edit and/or add. - .. currentmodule:: pyspark.pandas There are many APIs that allow users to apply a function against pandas-on-Spark DataFrame such as --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org