-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32311][PYSPARK][TESTS] Remove duplicate import #29109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
datetime is already imported a few lines below
|
Can one of the admins verify this patch? |
|
cc @HyukjinKwon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you, @Fokko .
Merged to master for Apache Spark 3.1.0 on December 2020.
GitHub Action passed.
|
Thanks for picking this up so quickly @dongjoon-hyun |
|
I assume you cought these by a linter? Let's fix them together in batch next time. |
|
@HyukjinKwon . I asked the same question #29109 (comment) . |
|
Oh, I meant this and #29108. But okay I can see these PR could be separate in a way. Thanks guys. |
|
These PR's are a bit small indeed, but there are a few coming up that are much bigger. I would like to split them a bit to make it easier to digest for the reviewers/committers. |
What changes were proposed in this pull request?
datetimeis already imported a few lines below :)spark/python/pyspark/sql/tests/test_pandas_udf_scalar.py
Line 24 in ce27cc5
Why are the changes needed?
This is the last instance of the duplicate import.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manual.