Skip to content

Commit a47053f

Browse files
Update sql-database-spark-connector.md
Appending missing comma
1 parent aadab80 commit a47053f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-spark-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import com.microsoft.azure.sqldb.spark.connect._
5959
val config = Config(Map(
6060
"url" -> "mysqlserver.database.windows.net",
6161
"databaseName" -> "MyDatabase",
62-
"dbTable" -> "dbo.Clients"
62+
"dbTable" -> "dbo.Clients",
6363
"user" -> "username",
6464
"password" -> "*********",
6565
"connectTimeout" -> "5", //seconds
@@ -97,7 +97,7 @@ import com.microsoft.azure.sqldb.spark.connect._
9797
val config = Config(Map(
9898
"url" -> "mysqlserver.database.windows.net",
9999
"databaseName" -> "MyDatabase",
100-
"dbTable" -> "dbo.Clients"
100+
"dbTable" -> "dbo.Clients",
101101
"user" -> "username",
102102
"password" -> "*********"
103103
))

0 commit comments

Comments
 (0)