Skip to content

Commit

Permalink
drop test
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Nov 22, 2016
1 parent 17b13fb commit 59a9139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/pyspark/sql/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def awaitTermination(self, timeout=None):
def recentProgress(self):
"""Returns the most recent statistics on progress that has been made in this streaming
query.
>>> sq = sdf.writeStream.format('memory').queryName('progress_query').start()
>>> sq.recentProgress()
>>> sq.stop()
"""

return [json.loads(p.json()) for p in self._jsq.recentProgress()]
Expand Down

0 comments on commit 59a9139

Please sign in to comment.