Skip to content

Commit d9930f3

Browse files
committed
fix imports
1 parent 73d0614 commit d9930f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/jdbc/JDBCRelation.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ package org.apache.spark.sql.jdbc
2020
import java.sql.DriverManager
2121
import java.util.Properties
2222

23-
import org.apache.spark.util.Utils
24-
2523
import scala.collection.mutable.ArrayBuffer
2624

2725
import org.apache.spark.Partition
@@ -30,6 +28,7 @@ import org.apache.spark.sql.SQLContext
3028
import org.apache.spark.sql.catalyst.expressions.Row
3129
import org.apache.spark.sql.sources._
3230
import org.apache.spark.sql.types.StructType
31+
import org.apache.spark.util.Utils
3332

3433
/**
3534
* Data corresponding to one partition of a JDBCRDD.

0 commit comments

Comments
 (0)