Github user kiszk commented on the issue:
https://github.com/apache/spark/pull/17087
I already identified where 64k limit is exceeded. As a result, I think that
it is not easy to fix the issue.
The previous issues are derived from independent blocks (in
`Seq[ExprCode]`) that can be splited into multiple methods. On the other hand,
it is not easy split a tree with many nodes (in `ExprCode`) that cannot be into
multiple methods. It is very hard to split a `ExprCode` into multiple correct
`ExprCode`s.
For catching exception, you are right. I have to catch only an exception
related to compilation errors. I will address it by handling nested exceptions.
I will address this.
---
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]