Davies Liu created SPARK-13215:
----------------------------------

             Summary: Remove fallback in codegen
                 Key: SPARK-13215
                 URL: https://issues.apache.org/jira/browse/SPARK-13215
             Project: Spark
          Issue Type: Improvement
            Reporter: Davies Liu


in newMutableProjection, it will fallback to InterpretedMutableProjection if 
failed to compile.

Since we remove the configuration for codegen, we are heavily reply on codegen 
(also TungstenAggregate require the generated MutableProjection to update 
UnsafeRow), should remove the fallback, which could make user confusing, see 
the discussion in SPARK-13116.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to