Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 47f5cdc

Browse files
authored
Update README.md (#92)
fix docs for sqlContext.azurePushdownQuery which was renamed to sqlContext.sqlDBQuery
1 parent 083f9bb commit 47f5cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ val config = Config(Map(
7777
"queryCustom" -> query
7878
))
7979

80-
sqlContext.azurePushdownQuery(config)
80+
sqlContext.sqlDBQuery(config)
8181
```
8282
### Bulk Copy to Azure SQL Database or SQL Server
8383
```scala

0 commit comments

Comments
 (0)