This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new bd46e9e9042 [SPARK-40665][CONNECT][MINOR] Update README for a correct 
example to run tests for CONNECT
bd46e9e9042 is described below

commit bd46e9e904216c24ce87888202c3e327d8a8febf
Author: Rui Wang <rui.w...@databricks.com>
AuthorDate: Thu Oct 6 17:36:32 2022 +0900

    [SPARK-40665][CONNECT][MINOR] Update README for a correct example to 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 
https://github.com/apache/spark/pull/38109
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    N/A
    
    Closes #38126 from amaliujia/update_read_me.
    
    Authored-by: Rui Wang <rui.w...@databricks.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/sql/connect/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyspark/sql/connect/README.md 
b/python/pyspark/sql/connect/README.md
index ac3926a28b9..bd42142ac78 100644
--- a/python/pyspark/sql/connect/README.md
+++ b/python/pyspark/sql/connect/README.md
@@ -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'
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to