[SPARK-13166][SQL] Rename DataStreamReaderWriterSuite to DataFrameReaderWriterSuite

A follow up PR for #11062 because it didn't rename the test suite.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #11096 from zsxwing/rename.
This commit is contained in:
Shixiong Zhu 2016-02-05 13:44:34 -08:00
parent 82d84ff2dd
commit 7b73f1719c

View file

@ -56,7 +56,7 @@ class DefaultSource extends StreamSourceProvider with StreamSinkProvider {
}
}
class DataStreamReaderWriterSuite extends StreamTest with SharedSQLContext {
class DataFrameReaderWriterSuite extends StreamTest with SharedSQLContext {
import testImplicits._
test("resolve default source") {