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

[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.
parent 82d84ff2
No related branches found
No related tags found
No related merge requests found
......@@ -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") {
......
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