GitHub user mgaido91 opened a pull request:

    https://github.com/apache/spark/pull/22631

    [SPARK-25605][TESTS] Run cast string to timestamp tests for a subset of 
timezones

    ## What changes were proposed in this pull request?
    
    The test `cast string to timestamp` used to run for all time zones. So it 
run for more than 600 times. Running the tests for a significant subset of time 
zones is probably good enough and doing this in a randomized manner enforces 
anyway that we are going to test all time zones in different runs.
    
    ## How was this patch tested?
    
    the test time reduces to 11 seconds from more than 2 minutes


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgaido91/spark SPARK-25605

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22631.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22631
    
----
commit 48534796d8bd9d2fcd75b4df77149f6b89341dde
Author: Marco Gaido <marcogaido91@...>
Date:   2018-10-04T15:47:38Z

    [SPARK-25605][TESTS] Run cast string to timestamp tests for a subset of 
timezones

----


---

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

Reply via email to