-
- Downloads
[SPARK-21845][SQL] Make codegen fallback of expressions configurable
## What changes were proposed in this pull request? We should make codegen fallback of expressions configurable. So far, it is always on. We might hide it when our codegen have compilation bugs. Thus, we should also disable the codegen fallback when running test cases. ## How was this patch tested? Added test cases Author: gatorsmile <gatorsmile@gmail.com> Closes #19062 from gatorsmile/fallbackCodegen.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala 3 additions, 3 deletions...rc/main/scala/org/apache/spark/sql/internal/SQLConf.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala 5 additions, 10 deletions...main/scala/org/apache/spark/sql/execution/SparkPlan.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala 1 addition, 1 deletion...rg/apache/spark/sql/execution/WholeStageCodegenExec.scala
- sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala 1 addition, 1 deletion.../scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala 11 additions, 1 deletion.../src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala 2 additions, 0 deletions...st/scala/org/apache/spark/sql/test/SharedSQLContext.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/test/TestHive.scala 1 addition, 0 deletions.../main/scala/org/apache/spark/sql/hive/test/TestHive.scala
Loading
Please register or sign in to comment