[ https://issues.apache.org/jira/browse/SPARK-21320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sameer Agarwal updated SPARK-21320: ----------------------------------- Target Version/s: 2.4.0 (was: 2.3.0) > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org