Github user DylanGuedes commented on the issue:

    https://github.com/apache/spark/pull/21045
  
    @mn-mikke thank you! Any idea on how to access elements of individual 
arrays? In the old version I written a 'getValue' that uses 
`CodeGenerator.getValue`, but since now it is a 2d data structure it doesn't 
seem to work. Also, I don't get why in line 160 `$arrVals[$j].getInt(0)` works 
but  `$arrVals[$j].getInt($i)` or even if I repeat `$arrVals[$j].getInt(0); 
$arrVals[$j].getInt(0);` doesn't. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to