Skip to content

Commit ba06181

Browse files
committed
address comment to extend QueryTest
1 parent 0aebdfb commit ba06181

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategySuite.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717

1818
package org.apache.spark.sql.execution.datasources
1919

20-
import org.apache.spark.sql.{sources, QueryTest}
2120
import org.apache.spark.sql.catalyst.expressions
2221
import org.apache.spark.sql.catalyst.expressions._
22+
import org.apache.spark.sql.catalyst.plans.PlanTest
23+
import org.apache.spark.sql.sources
2324
import org.apache.spark.sql.test.SharedSQLContext
2425
import org.apache.spark.sql.types._
2526

2627

27-
class DataSourceStrategySuite extends QueryTest with SharedSQLContext {
28+
class DataSourceStrategySuite extends PlanTest with SharedSQLContext {
2829

2930
test("translate simple expression") {
3031
val attrInt = AttributeReference("cint", IntegerType)()

0 commit comments

Comments
 (0)