Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/21193
**[Test build #90104 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90104/testReport)**
for PR 21193 at commit
[`5fe425c`](https://github.com/apache/spark/commit/5fe425c2d2837f00bdfe9ba5e6f446829fba32c1).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class ExprCode(var code: Block, var isNull: ExprValue, var value:
ExprValue)`
* `trait Block extends JavaCode `
* ` implicit class BlockHelper(val sc: StringContext) extends AnyVal `
* `case class CodeBlock(codeParts: Seq[String], exprValues: Seq[Any])
extends Block `
* `case class Blocks(blocks: Seq[Block]) extends Block `
* `trait ExprValue extends JavaCode `
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]