Skip to content

Conversation

@Fokko
Copy link
Contributor

@Fokko Fokko commented Sep 1, 2020

What changes were proposed in this pull request?

Add a missing import for Python.

Why are the changes needed?

Otherwise, it will crash :)

Does this PR introduce any user-facing change?

No.

How was this patch tested?

In master there is a Flake8 check, this is just a backport.

@SparkQA
Copy link

SparkQA commented Sep 1, 2020

Test build #128158 has finished for PR 29616 at commit d1575a6.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.


import operator
import sys
import uuid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@HyukjinKwon
Copy link
Member

Let me close this one, @Fokko. Sorry for a false alarm.

@HyukjinKwon HyukjinKwon closed this Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants