GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-22222][CORE][TEST][FOLLOW-UP] Use TimeLimits instead of Timeouts

    ## What changes were proposed in this pull request?
    
    Since SPARK-21939, Apache Spark uses `TimeLimits` instead of the deprecated 
`Timeouts`. This PR fixes the build warning 
`BufferHolderSparkSubmitSuite.scala` introduced at 
[SPARK-22222](https://github.com/apache/spark/pull/19460/files#diff-d8cf6e0c229969db94ec8ffc31a9239cR36).
    ```scala
    trait Timeouts in package concurrent is deprecated: Please use 
org.scalatest.concurrent.TimeLimits instead
    [warn]     with Timeouts {
    ```
    ## How was this patch tested?
    
    N/A

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

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

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

    https://github.com/apache/spark/pull/19697.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 #19697
    
----
commit 1f17074fc234d62c3babfb3f387ab169e58d61d9
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2017-11-08T18:02:10Z

    [SPARK-22222][CORE][FOLLOW-UP] 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