Wenchen Fan created SPARK-21320:
-----------------------------------

             Summary: Make sure all expressions support interpreted evaluation
                 Key: SPARK-21320
                 URL: https://issues.apache.org/jira/browse/SPARK-21320
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: Wenchen Fan


Most of time Spark SQL will evaluate expressions with codegen. However codegen 
is a complex technology, and we have already fixed a lot of bugs for it, and 
there will be more. To make Spark SQL more stable, we should have a fallback 
for evaluation when codegen fails, and this requires all expressions support 
interpreted evaluation. Currently the encoder related expressions are codegen 
only, we should fix them.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to