Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Mar 11, 2016
1 parent 5975560 commit b3d2df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyspark/sql/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ def explain(self, extended=False):
>>> df.explain()
== Physical Plan ==
WholeStageCodegen
: +- Scan ExistingRDD[age#0,name#1]
Scan ExistingRDD[age#0,name#1]
>>> df.explain(True)
== Parsed Logical Plan ==
Expand Down

0 comments on commit b3d2df0

Please sign in to comment.