Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20682#discussion_r171738655
--- Diff: python/pyspark/mllib/random.py ---
@@ -19,6 +19,8 @@
Python package for random data generation.
"""
+import sys
+
--- End diff --
Can we remove this newline?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
