Skip to content

Commit 265cd93

Browse files
committed
Fix compatibility with current HEAD of trunk.
1 parent 830adff commit 265cd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/joins/SMJMemoryLeakTestSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package org.apache.spark.sql.execution.joins
1919

2020
import org.apache.spark.sql.execution.SparkPlanTest
2121
import 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,

0 commit comments

Comments
 (0)