HyukjinKwon commented on a change in pull request #29563:
URL: https://github.com/apache/spark/pull/29563#discussion_r479857716
##########
File path: python/pyspark/ml/classification.py
##########
@@ -16,19 +16,24 @@
#
import operator
+import sys
+import uuid
Review comment:
@Fokko, do you mind opening a minor PR to add this `uuid` to all other
branches - looks like it wasn't there from the very first place
https://github.com/Fokko/spark/commit/90b46e014a60069bd18754b02fce056d8f4d1b3e?
I checked other occurrences fixed here, and other ones look fine to not fix
in other branches.
----------------------------------------------------------------
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]