GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/19737
[SPARK-22508][SQL] Fix 64KB JVM bytecode limit problem with
GenerateUnsafeRowJoiner.create()
## What changes were proposed in this pull request?
This PR changes `GenerateUnsafeRowJoiner.create()` code generation to place
generated code for statements to operate bitmap and offset into separated
methods if these size could be large.
## How was this patch tested?
Added a new test case into `GenerateUnsafeRowJoinerSuite`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-22508
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19737.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 #19737
----
commit aef727bb9602ae656cceef74e245c836b7420b7d
Author: Kazuaki Ishizaki <[email protected]>
Date: 2017-11-13T18:52:32Z
initial commit
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]