Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-22222][CORE][TEST][FOLLOW-UP] Remove redundant and deprecated …
…`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) by removing the redundant `Timeouts`. ```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 Author: Dongjoon Hyun <[email protected]> Closes apache#19697 from dongjoon-hyun/SPARK-22222.
- Loading branch information