GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/19733
[SPARK-22501][SQL] Fix 64KB JVM bytecode limit problem with in
## What changes were proposed in this pull request?
This PR changes `In` code generation to place generated code for expression
for expressions for arguments into separated methods if these size could be
large.
## How was this patch tested?
Added new test cases into `PredicateSuite`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-22501
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19733.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 #19733
----
commit 469f107cdf8b532f4e13a4058b9ac5b66bd84d78
Author: Kazuaki Ishizaki <[email protected]>
Date: 2017-11-13T02:09:39Z
initial commit
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]