[Data] fix broken link (#25867)

update the broken spark link.
This commit is contained in:
Chen Shen 2022-06-16 14:01:38 -07:00 committed by GitHub
parent 2120d3ea09
commit 8e7e89a178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ will instead reinterpret those data partitions directly as its blocks.
.. tabbed:: Spark
Create a ``Dataset`` from a `Spark DataFrame
<https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.sql.DataFrame.html>`__.
<https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/dataframe.html>`__.
This constructs a ``Dataset`` backed by the distributed Spark DataFrame partitions
that underly the Spark DataFrame. When this conversion happens, Spark-on-Ray (RayDP)
will save the Spark DataFrame partitions to Ray's object store in the Arrow format,