Repository: spark
Updated Branches:
refs/heads/master d5c79f564 -> ca1b21985
[SPARK-15052][SQL] Use builder pattern to create SparkSession
## What changes were proposed in this pull request?
This patch creates a builder pattern for creating SparkSession. The new code is
unused and mostly dead
Repository: spark
Updated Branches:
refs/heads/branch-2.0 740f96f63 -> 990611cd8
[SPARK-15052][SQL] Use builder pattern to create SparkSession
## What changes were proposed in this pull request?
This patch creates a builder pattern for creating SparkSession. The new code is
unused and mostly