spark-instrumented-optimizer/sql/core/src
Andrew Or 69641066ae [SPARK-15037][HOTFIX] Don't create 2 SparkSessions in constructor
## What changes were proposed in this pull request?

After #12907 `TestSparkSession` creates a spark session in one of the constructors just to get the `SparkContext` from it. This ends up creating 2 `SparkSession`s from one call, which is definitely not what we want.

## How was this patch tested?

Jenkins.

Author: Andrew Or <andrew@databricks.com>

Closes #13031 from andrewor14/sql-test.
2016-05-10 12:07:47 -07:00
..
main [SPARK-12837][CORE] reduce network IO for accumulators 2016-05-10 11:16:56 -07:00
test [SPARK-15037][HOTFIX] Don't create 2 SparkSessions in constructor 2016-05-10 12:07:47 -07:00