Github user ueshin commented on the issue:
https://github.com/apache/spark/pull/15901
@rxin I introduced features as follows:
1. `StaticInvoke` and `Invoke` had a risk to exceed 64kb JVM limit to
prepare arguments but after this patch they can handle them because they share
the preparing code of `NewInstance`, which handles the limit well.
2. Avoid some of nullabilty checking which are not needed because the
expression is not nullable.
3. If `progagateNull == true`, preparing arguments can be skipped if we
found one of them is `null`, so modified to short circuit in the case.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]