From 193472604849779c825467a5ffadc01e1171da91 Mon Sep 17 00:00:00 2001 From: giwa Date: Mon, 4 Aug 2014 09:57:16 -0700 Subject: [PATCH] update comment --- python/pyspark/streaming/dstream.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyspark/streaming/dstream.py b/python/pyspark/streaming/dstream.py index aab514bedaa3c..1ad2e36ad21cf 100644 --- a/python/pyspark/streaming/dstream.py +++ b/python/pyspark/streaming/dstream.py @@ -474,4 +474,3 @@ def _jdstream(self): def _is_pipelinable(self): return not (self.is_cached) -