GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/23213
[SPARK-26262][SQL] Run SQLQueryTestSuite with WHOLESTAGE_CODEGEN_ENABLED=false ## What changes were proposed in this pull request? For better test coverage, this pr set `false` at `WHOLESTAGE_CODEGEN_ENABLED` for interpreter execution tests when running `SQLQueryTestSuite`. This pr moved the existing tests into `SQLQuerySuite` because explain output results are different between codegen-only and interpreter modes. ## How was this patch tested? Existing tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/maropu/spark InterpreterModeTest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/23213.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #23213 ---- commit 2ced0cab0c16ee7a2400035a5a7794033eae3ed9 Author: Takeshi Yamamuro <yamamuro@...> Date: 2018-12-04T04:17:48Z Fix ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org