GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/19563
Fix 64KB JVM bytecode limit problem in calculating hash for nested structs
## What changes were proposed in this pull request?
This PR avoids to generate a huge method for calculating a hash for nested
structs.
Description will be updated with generated code.
## How was this patch tested?
Added new test to `HashExpressionsSuite`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-22284
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19563.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 #19563
----
commit bb9191fa0633487f4241e10f1c1d28763fc90ecc
Author: Kazuaki Ishizaki <[email protected]>
Date: 2017-10-24T09:31:16Z
initial commit
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]