Skip to content

Commit 0d931a4

Browse files
committed
Attempting to fix PySpark tests
1 parent 85bf740 commit 0d931a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/sql/dataframe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ def explain(self, extended=False):
237237
:param extended: boolean, default ``False``. If ``False``, prints only the physical plan.
238238
239239
>>> df.explain()
240-
PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at mapPartitions at SQLContext.scala:...
240+
PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at applySchemaToPythonRDD at\
241+
NativeMethodAccessorImpl.java:...
241242
242243
>>> df.explain(True)
243244
== Parsed Logical Plan ==

0 commit comments

Comments
 (0)