Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package org.apache.spark.sql.execution
import scala.util.control.NonFatal

import org.apache.spark.SparkFunSuite
import org.apache.spark.sql.{classic, DataFrame, Row, SparkSessionProvider, SQLContext}
import org.apache.spark.sql.{DataFrame, Row, SparkSessionProvider, SQLContext}
import org.apache.spark.sql.catalyst.analysis.UnresolvedAttribute
import org.apache.spark.sql.catalyst.plans.logical.LocalRelation
import org.apache.spark.sql.classic.ClassicConversions._
Expand All @@ -31,7 +31,6 @@ import org.apache.spark.sql.test.SQLTestUtils
* class's test helper methods can be used, see [[SortSuite]].
*/
private[sql] abstract class SparkPlanTest extends SparkFunSuite with SparkSessionProvider {
override protected def spark: classic.SparkSession

/**
* Runs the plan and makes sure the answer matches the expected result.
Expand Down