HyukjinKwon commented on a change in pull request #29563:
URL: https://github.com/apache/spark/pull/29563#discussion_r481519751
##########
File path: python/pyspark/ml/classification.py
##########
@@ -16,19 +16,24 @@
#
import operator
+import sys
+import uuid
Review comment:
Oh @Fokko sorry I misread. It was fine because we're using wildcard
imports at `from pyspark.ml.util import *` and `util` imports `uuid`. So it
didn't crash before .. Let's just don't port this back alone :-)..
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]