Skip to content

Commit

Permalink
remove unused import and unnecessary empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayssam Saleh authored and Hayssam Saleh committed Aug 19, 2023
1 parent 6754e8e commit 3a12d6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package org.apache.spark.sql.jdbc

import java.util.Locale

import org.apache.spark.sql.catalyst.SQLConfHelper
import org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils
import org.apache.spark.sql.types.{BooleanType, DataType}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,4 @@ class JDBCSuite extends QueryTest with SharedSparkSession {
val snowflakeDialect = JdbcDialects.get("jdbc:snowflake://account.snowflakecomputing.com")
assert(snowflakeDialect.getJDBCType(BooleanType).map(_.databaseTypeDefinition).get == "BOOLEAN")
}


}

0 comments on commit 3a12d6f

Please sign in to comment.