Github user mallman commented on the issue:

    https://github.com/apache/spark/pull/16578
  
    @snir I think I know the issue you're running into. Please retry your query 
with codegen disabled. That is, run
    
    ```
    spark.sql("set spark.sql.codegen.wholeStage=false")
    ```
    
    before calling `.show()`. Let me know if the query works without codegen.


---

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

Reply via email to