Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/20204
  
    If anyone is worried of elapsed time, I think seems generally fine:
    
    Before:
    
    ```
    sh run-tests --python-executables=python3 --modules=pyspark-sql
    ```
    
    ```
    ...
    Finished test(python3): pyspark.sql.readwriter (34s)
    Finished test(python3): pyspark.sql.tests (241s)
    Tests passed in 241 seconds
    ```
    
    After:
    
    ```
    sh run-tests-with-coverage  --python-executables=python3 
--modules=pyspark-sql
    ```
    
    ```
    ...
    Finished test(python3): pyspark.sql.conf (288s)
    Finished test(python3): pyspark.sql.tests (288s)
    Tests passed in 288 seconds
    ```
    
    Given full test usually take `Tests passed in 1103 seconds`, I think it 
will only increase 2~3 more minutes even if we run this with all Python 
executables.


---

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

Reply via email to