Skip to content

Commit

Permalink
Update Python test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Feb 12, 2015
1 parent 7793dcb commit acbb281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def tables(self, dbName=None):
>>> sqlCtx.registerRDDAsTable(df, "table1")
>>> df2 = sqlCtx.tables()
>>> df2.first()
>>> df2.filter("tableName = 'table1'").first()
Row(tableName=u'table1', isTemporary=True)
"""
if dbName is None:
Expand Down

0 comments on commit acbb281

Please sign in to comment.