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 7ca9038 commit 675700fCopy full SHA for 675700f
sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala
@@ -497,7 +497,7 @@ final class DataFrameWriter private[sql](df: DataFrame) {
497
// connectionProperties should override settings in extraOptions
498
props.putAll(connectionProperties)
499
val conn = JdbcUtils.createConnectionFactory(url, props)()
500
-
+
501
try {
502
var tableExists = JdbcUtils.tableExists(conn, url, table)
503
0 commit comments