Skip to content

Commit

Permalink
reverse line removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bomeng committed Apr 15, 2016
1 parent 7ca9038 commit 675700f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ final class DataFrameWriter private[sql](df: DataFrame) {
// connectionProperties should override settings in extraOptions
props.putAll(connectionProperties)
val conn = JdbcUtils.createConnectionFactory(url, props)()

try {
var tableExists = JdbcUtils.tableExists(conn, url, table)

Expand Down

0 comments on commit 675700f

Please sign in to comment.