Skip to content

Commit 5b9cf79

Browse files
authored
Merge pull request #41034 from lovescott/master
Fix for #41032
2 parents 4bcd777 + 1552668 commit 5b9cf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ val config = Config(Map(
124124
"queryCustom" -> query
125125
))
126126

127-
sqlContext.SqlDBQuery(config)
127+
sqlContext.sqlDBQuery(config)
128128
```
129129

130130
## Connect Spark to Azure SQL Database using AAD authentication

0 commit comments

Comments
 (0)