SparkQA commented on pull request #30864: URL: https://github.com/apache/spark/pull/30864#issuecomment-748610385
**[Test build #133103 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/133103/testReport)** for PR 30864 at commit [`29b5d1e`](https://github.com/apache/spark/commit/29b5d1e48cd3c7cdd9f7fdd48da006b5000e3e70). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class Shuffle(child: Expression, randomSeed: Expression = DefaultSeed())` * `case class Uuid(randomSeed: Expression = DefaultSeed()) extends LeafExpression with Stateful` * `trait ExpressionWithRandomSeed extends Expression ` * `case class DefaultSeed() extends Expression with Unevaluable ` * `case class Rand(child: Expression = DefaultSeed(), hideSeed: Boolean = false)` * `case class Randn(child: Expression = DefaultSeed(), hideSeed: Boolean = false)` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
