Github user mgaido91 commented on the issue:
https://github.com/apache/spark/pull/19447
Yes, with small values it will produce a lot of small `NestedClass`es, but
it will work. Instead, if the value is too high this, all the functions
(methods) which are created are inlined in the same class and this can cause an
Exception because of exceeding the maximum number of entries in the Constant
Pool for the class.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]