Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/20043
**[Test build #85234 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/85234/testReport)**
for PR 20043 at commit
[`5ace8b8`](https://github.com/apache/spark/commit/5ace8b83b7c90cd5a6a451812ac9c1087aaa1c29).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class ExprCode(var code: String, var isNull: ExprValue, var
value: ExprValue)`
* `case class LiteralValue(val value: String) extends ExprValue `
* `case class VariableValue(val variableName: String) extends ExprValue `
* `case class StatementValue(val statement: String) extends ExprValue `
* `case class GlobalValue(val value: String) extends ExprValue `
* `case class SubExprEliminationState(isNull: ExprValue, value:
ExprValue)`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]