GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-21939][TEST] Use TimeLimits instead of Timeouts

    ## What changes were proposed in this pull request?
    
    Since ScalaTest 3.0.0, `org.scalatest.concurrent.TimeLimits` is deprecated.
    This PR replaces the deprecated one with 
`org.scalatest.concurrent.TimeLimits`.
    
    ```scala
    -import org.scalatest.concurrent.Timeouts._
    +import org.scalatest.concurrent.TimeLimits._
    ```
    
    ## How was this patch tested?
    
    Pass the existing test suites.

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-21939

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

    https://github.com/apache/spark/pull/19150.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 #19150
    
----
commit ab339b31b311035ebb75e8f079000d306cab16b8
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2017-09-06T23:22:11Z

    [SPARK-21939][TEST] Use TimeLimits instead of Timeouts

----


---

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

Reply via email to