Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][DOCS] Correct Python Spark Connect documentation about pip in…
…stallation ### What changes were proposed in this pull request? This PR fixes the Spark Connect documentation from `pyspark==3.5.0` to `pyspark[connect]==3.5.0`; otherwise it will fail to execute the example as is because of missing dependencies. This is sort of a followup of SPARK-44867. https://github.com/apache/spark/blob/d31c8596cd714766892d1395e30358bd1cd3cb84/python/setup.py#L325-L332 ### Why are the changes needed? To guide users about using Spark Connect ### Does this PR introduce _any_ user-facing change? Yes, this fixes the user-facing documentation for Python Spark Connect. ### How was this patch tested? Manually checked with Markdown editor. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43919 from HyukjinKwon/SPARK-44867-followup. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information