You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MsSqlServerIntegrationSuite.scala
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ import java.math.BigDecimal
21
21
importjava.sql.{Connection, Date, Timestamp}
22
22
importjava.util.Properties
23
23
24
-
importorg.apache.spark.sql.{DataFrame, Row}
25
-
importorg.apache.spark.sql.types._
26
24
importorg.apache.spark.tags.DockerTest
27
25
28
26
@DockerTest
@@ -205,34 +203,23 @@ class MsSqlServerIntegrationSuite extends DockerJDBCIntegrationSuite {
0 commit comments