Skip to content

Commit 0d7aa32

Browse files
author
Andrew Or
committed
Fix python tests
1 parent 3459ab2 commit 0d7aa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def explain(self, extended=False):
244244
:param extended: boolean, default ``False``. If ``False``, prints only the physical plan.
245245
246246
>>> df.explain()
247-
PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at applySchemaToPythonRDD at\
247+
PhysicalRDD [age#0,name#1], MapPartitionsRDD MapPartitionsRDD[7] at applySchemaToPythonRDD at\
248248
NativeMethodAccessorImpl.java:...
249249
250250
>>> df.explain(True)

0 commit comments

Comments
 (0)