Github user jose-torres commented on a diff in the pull request:
https://github.com/apache/spark/pull/20675#discussion_r170665920
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamTest.scala ---
@@ -194,6 +194,12 @@ trait StreamTest extends QueryTest with
SharedSQLContext with TimeLimits with Be
private def operatorName = if (lastOnly) "CheckLastBatch" else
"CheckAnswer"
}
+ case class CheckAnswerRowsContainsOnlyOnce(expectedAnswer: Seq[Row],
lastOnly: Boolean = false)
--- End diff --
no need to add this - redundant with CheckAnswer
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]