Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/20043
**[Test build #85231 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/85231/testReport)**
for PR 20043 at commit
[`78680cc`](https://github.com/apache/spark/commit/78680cc60c27d645c349451090bfa056380e89f6).
* This patch **fails PySpark 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(var value: String) extends ExprValue `
* `case class VariableValue(var variableName: String) extends ExprValue `
* `case class StatementValue(var statement: String) extends ExprValue `
* `case class GlobalValue(var value: String) extends ExprValue `
* `case class SubExprEliminationState(isNull: ExprValue, value:
ExprValue)`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]