-
- Downloads
[SPARK-8931] [SQL] Fallback to interpreted evaluation if failed to compile in codegen
Exception will not be catched during tests. cc marmbrus rxin Author: Davies Liu <davies@databricks.com> Closes #7309 from davies/fallback and squashes the following commits: 969a612 [Davies Liu] throw exception during tests f844f77 [Davies Liu] fallback a3091bc [Davies Liu] Merge branch 'master' of github.com:apache/spark into fallback 364a0d6 [Davies Liu] fallback to interpret mode if failed to compile
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala 46 additions, 5 deletions...main/scala/org/apache/spark/sql/execution/SparkPlan.scala
- sql/core/src/main/scala/org/apache/spark/sql/sources/commands.scala 12 additions, 1 deletion...rc/main/scala/org/apache/spark/sql/sources/commands.scala
Please register or sign in to comment