Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/19327#discussion_r142335782
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
---
@@ -470,3 +475,283 @@ class StreamingJoinSuite extends StreamTest with
StateStoreMetricsTest with Befo
}
}
}
+
+class StreamingOuterJoinSuite extends StreamTest with
StateStoreMetricsTest with BeforeAndAfter {
--- End diff --
If you are making a separate test suite named StreamingOuterJoinSuite, then
the StreamingJoinSuite should be renamed to StreamingInnerJoinSuite
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]