Github user mn-mikke commented on the issue:

    https://github.com/apache/spark/pull/21045
  
    @DylanGuedes What about `CodeGenerator.getValue(s"arrVals[$j]", 
jThChildDataType, i)`? 
    I recommend you to use some debbuger to check and understand what gets 
generated out of your code or if you don't use any IDE, try to run the 
following in spark-shell:
    ```
    import org.apache.spark.sql.execution.debug._
    val df = ... create your testing df ...
    df.debugCodegen
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to