Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
```