GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/19821
[WIP][SPARK-22608][SQL] add new API to CodeGeneration.splitExpressions()
## What changes were proposed in this pull request?
This PR adds a new API to ` CodeGenenerator.splitExpression` since since
several ` CodeGenenerator.splitExpression` are used with `ctx.INPUT_ROW` to
avoid code duplication.
## How was this patch tested?
Used existing test suits
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-22608
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19821.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19821
----
commit 7b6526a73f59259b2c29cfae04845e9c511cc32f
Author: Kazuaki Ishizaki <[email protected]>
Date: 2017-11-26T09:44:41Z
Initial commit
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]