Github user viirya commented on the issue:
https://github.com/apache/spark/pull/19811
I'm afraid this style initialization
```scala
int[] ints = new int[1001];
ints[0] = 3;
ints[1] = 1;
ints[2] = 5;
...
```
produces too many bytecodes.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
