itholic commented on a change in pull request #34324:
URL: https://github.com/apache/spark/pull/34324#discussion_r787309257



##########
File path: python/pyspark/streaming/dstream.py
##########
@@ -51,122 +76,165 @@ class DStream(object):
      - A function that is used to generate an RDD after each time interval
     """
 
-    def __init__(self, jdstream, ssc, jrdd_deserializer):
+    def __init__(
+        self,
+        jdstream: JavaObject,
+        ssc: "StreamingContext",
+        jrdd_deserializer: "Serializer",

Review comment:
       Same as https://github.com/apache/spark/pull/34293/files#r787298665.
   
   Would you address the all such cases below??




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to