Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21980#discussion_r207971182
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/IncrementalExecution.scala
---
@@ -75,14 +74,11 @@ class IncrementalExecution(
* with the desired literal
*/
override lazy val optimizedPlan: LogicalPlan = {
- val random = new Random()
--- End diff --
I saw Rand/Randn use`Utils.random`, so changed to use it consistently.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]