File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/test/scala/org/apache/spark/sql/execution/joins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package org.apache.spark.sql.execution.joins
1919
2020import org .apache .spark .sql .execution .SparkPlanTest
2121import org .apache .spark .sql .functions .{col , rand }
22- import org .apache .spark .sql .test .SharedSQLContext
22+ import org .apache .spark .sql .test .SharedSparkSession
2323
2424/**
2525 * This test suite permutates three sample test data, different join strategies,
@@ -28,7 +28,7 @@ import org.apache.spark.sql.test.SharedSQLContext
2828 * combination of possibilities.
2929 */
3030
31- class SMJMemoryLeakTestSuite extends SparkPlanTest with SharedSQLContext {
31+ class SMJMemoryLeakTestSuite extends SparkPlanTest with SharedSparkSession {
3232
3333 /**
3434 * Calculates all permutations taking n elements of the input List,
You can’t perform that action at this time.
0 commit comments