Skip to content

Commit

Permalink
[SPARK-40665][CONNECT][MINOR] Update README for a correct example to …
Browse files Browse the repository at this point in the history
…run tests for CONNECT

### What changes were proposed in this pull request?

Correct the example in README for how to run CONNECT tests.

### Why are the changes needed?

This is a follow up minor update after apache#38109

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

N/A

Closes apache#38126 from amaliujia/update_read_me.

Authored-by: Rui Wang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
amaliujia authored and HyukjinKwon committed Oct 6, 2022
1 parent 2cc9b11 commit bd46e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ of Spark. To enable it, you only need to activate the driver plugin for Spark Co
## Run Tests

```bash
./run-tests --testnames 'pyspark.sql.tests.connect.test_spark_connect'
./run-tests --testnames 'pyspark.sql.tests.test_connect_basic'
```

0 comments on commit bd46e9e

Please sign in to comment.