Skip to content

Commit

Permalink
[SPARK-44629][PYTHON][DOCS] Publish PySpark Test Guidelines webpage
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR adds a webpage to the Spark docs website, https://spark.apache.org/docs, to outline PySpark testing best practices.

### Why are the changes needed?
The changes are needed to provide PySpark end users with a guideline for how to use PySpark utils (introduced in SPARK-44629) to test PySpark code.

### Does this PR introduce _any_ user-facing change?
Yes, the PR publishes a webpage on the Spark website.

### How was this patch tested?
Existing tests

Closes apache#42284 from asl3/testing-guidelines.

Authored-by: Amanda Liu <amanda.liu@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
asl3 authored and HyukjinKwon committed Aug 6, 2023
1 parent d699897 commit a640373
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ The list below is the contents of this quickstart page:
quickstart_df
quickstart_connect
quickstart_ps
testing_pyspark
Loading

0 comments on commit a640373

Please sign in to comment.