Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23213#discussion_r238625581
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
    @@ -144,9 +144,10 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSQLContext {
         val (comments, code) = input.split("\n").partition(_.startsWith("--"))
     
         // Runs all the tests on both codegen-only and interpreter modes
    -    val codegenConfigSets = Array(CODEGEN_ONLY, NO_CODEGEN).map {
    -      case codegenFactoryMode =>
    -        Array(SQLConf.CODEGEN_FACTORY_MODE.key -> 
codegenFactoryMode.toString)
    +    val codegenConfigSets = Array(("false", "NO_CODEGEN"), ("true", 
"CODEGEN_ONLY")).map {
    --- End diff --
    
    shall we test all the combinations? e.g. `wholeStage=on, codegen=off`


---

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

Reply via email to