Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20838#discussion_r194292548
  
    --- Diff: python/pyspark/streaming/dstream.py ---
    @@ -23,6 +23,8 @@
     
     if sys.version < "3":
         from itertools import imap as map, ifilter as filter
    +else:
    +    long = int
    --- End diff --
    
    Can you add a test for it? Seems only used once and shouldn't be difficult 
to add a test.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to