Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21980#discussion_r208075258
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala
---
@@ -854,6 +854,26 @@ class StreamingQuerySuite extends StreamTest with
BeforeAndAfter with Logging wi
assert(uuids.distinct.size == 2)
}
+ test("Rand/Randn in streaming query should not produce results in each
execution") {
--- End diff --
`produce results` -> `produce same results`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]