You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/02 01:07:05 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29616: [SPARK-32770][PYSPARK] Add missing imports

HyukjinKwon commented on a change in pull request #29616:
URL: https://github.com/apache/spark/pull/29616#discussion_r481519380



##########
File path: python/pyspark/ml/classification.py
##########
@@ -17,6 +17,8 @@
 
 import operator
 import sys
+import uuid

Review comment:
       Ohhhh sorry it was my mistake. It doesn't crash because `uuid ` is imported via `from pyspark.ml.util import *`.




----------------------------------------------------------------
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:
users@infra.apache.org



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