GitHub user petermaxlee opened a pull request: https://github.com/apache/spark/pull/14472
[SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end tests ## What changes were proposed in this pull request? This patch introduces SQLQueryTestSuite, which is a basic framework running SQL end-to-end test cases defined in spark/sql/core/src/test/resources/sql-tests. This is a more standard way to test SQL queries end-to-end in different open source database systems, because it is more manageable to work with files. This is inspired by HiveCompatibilitySuite, but simplified for general Spark SQL tests. Once this is merged, I can work towards porting SQLQuerySuite over, and eventually also move the existing HiveCompatibilitySuite to use this framework. ## How was this patch tested? This is a test infrastructure change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/petermaxlee/spark SPARK-16866 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/14472.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 #14472 ---- commit ba9b6784f98a5b49e55e611a499be11dfa6823b7 Author: petermaxlee <petermax...@gmail.com> Date: 2016-08-03T02:32:53Z [SPARK-16866][SQL] Basic infrastructure for file-based SQL end-to-end tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org