Skip to content

Commit b48a33d

Browse files
committed
[DOCS][SQL] Fix JDBC example
1 parent 4fc4d03 commit b48a33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ DataFrame jdbcDF = sqlContext.load("jdbc", options)
14061406

14071407
{% highlight python %}
14081408

1409-
df = sqlContext.load("jdbc", url="jdbc:postgresql:dbserver", dbtable="schema.tablename")
1409+
df = sqlContext.load(source="jdbc", url="jdbc:postgresql:dbserver", dbtable="schema.tablename")
14101410

14111411
{% endhighlight %}
14121412

0 commit comments

Comments
 (0)