We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d0614 commit d9930f3Copy full SHA for d9930f3
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JDBCRelation.scala
@@ -20,8 +20,6 @@ package org.apache.spark.sql.jdbc
20
import java.sql.DriverManager
21
import java.util.Properties
22
23
-import org.apache.spark.util.Utils
24
-
25
import scala.collection.mutable.ArrayBuffer
26
27
import org.apache.spark.Partition
@@ -30,6 +28,7 @@ import org.apache.spark.sql.SQLContext
30
28
import org.apache.spark.sql.catalyst.expressions.Row
31
29
import org.apache.spark.sql.sources._
32
import org.apache.spark.sql.types.StructType
+import org.apache.spark.util.Utils
33
34
/**
35
* Data corresponding to one partition of a JDBCRDD.
0 commit comments