Skip to content
Snippets Groups Projects
Commit a2e8d4fd authored by Andrew Or's avatar Andrew Or Committed by Yin Huai
Browse files

[SPARK-13643][SQL] Implement SparkSession

## What changes were proposed in this pull request?

After removing most of `HiveContext` in 8fc267ab 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.

Author: Andrew Or <andrew@databricks.com>

Closes #12553 from andrewor14/implement-spark-session.
parent 8e1bb045
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment