GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/12553
[SPARK-13643][SQL] Implement SparkSession ## What changes were proposed in this pull request? After removing most of `HiveContext` in 8fc267ab3322e46db81e725a5cb1adb5a71b2b4d we can now move existing functionality in `SQLContext` to `SparkSession`. As of this PR `SQLContext` becomes a simple wrapper that has a `SparkSession` and delegates all functionality to it. ## How was this patch tested? Jenkins. You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrewor14/spark implement-spark-session Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/12553.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 #12553 ---- commit 248782dbd673026caf4eadbe7918cf2cf8a5eb8f Author: Andrew Or <and...@databricks.com> Date: 2016-04-21T01:53:16Z Copy things from SQLContext to SparkSession commit 95fceffe684a9b3d488dfd7217ab7d6543d3494d Author: Andrew Or <and...@databricks.com> Date: 2016-04-21T02:09:36Z Delegate all methods in SQLContext to SparkSession commit ba8e56aca557381012e2ee54b23aff6842c9d4e3 Author: Andrew Or <and...@databricks.com> Date: 2016-04-21T02:09:59Z Merge branch 'master' of github.com:apache/spark into implement-spark-session ---- --- 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