Description
In SPARK-21717, we introduced the possibility to decouple the code for consuming rows, in order to improve performance. Unfortunately, the method used to compute the length of the java parameters was wrong, so we could have errors related to exceeding the maximum number of java params in a method.