Skip to content
Snippets Groups Projects
Commit 2968d8c0 authored by Shixiong Zhu's avatar Shixiong Zhu
Browse files

[HOTFIX][SPARK-19542][SS]Fix the missing import in DataStreamReaderWriterSuite

parent 328b2298
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ import java.util.concurrent.TimeUnit ...@@ -22,6 +22,7 @@ import java.util.concurrent.TimeUnit
import scala.concurrent.duration._ import scala.concurrent.duration._
import org.apache.hadoop.fs.Path
import org.mockito.Mockito._ import org.mockito.Mockito._
import org.scalatest.{BeforeAndAfter, PrivateMethodTester} import org.scalatest.{BeforeAndAfter, PrivateMethodTester}
import org.scalatest.PrivateMethodTester.PrivateMethod import org.scalatest.PrivateMethodTester.PrivateMethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment