Skip to content

Conversation

@poplav
Copy link
Owner

@poplav poplav commented Aug 17, 2017

No description provided.

kiszk and others added 3 commits August 17, 2017 11:07
…o 64KB bytecode size limit

When an expression for `df.filter()` has many nodes (e.g. 400), the size of Java bytecode for the generated Java code is more than 64KB. It produces an Java exception. As a result, the execution fails.
This PR continues to execute by calling `Expression.eval()` disabling code generation if an exception has been caught.

Add a test suite into `DataFrameSuite`

Author: Kazuaki Ishizaki <[email protected]>

Closes apache#17087 from kiszk/SPARK-19372.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants