Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#41034 from lovescott/master
Browse files Browse the repository at this point in the history
Fix for #41032
  • Loading branch information
ktoliver authored Nov 8, 2019
2 parents 4bcd777 + 1552668 commit 5b9cf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/sql-database/sql-database-spark-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ val config = Config(Map(
"queryCustom" -> query
))

sqlContext.SqlDBQuery(config)
sqlContext.sqlDBQuery(config)
```

## Connect Spark to Azure SQL Database using AAD authentication
Expand Down

0 comments on commit 5b9cf79

Please sign in to comment.