[SPARK-37011][PYTHON] Remove unnecessary 'noqa: F401' comments#34385
[SPARK-37011][PYTHON] Remove unnecessary 'noqa: F401' comments#34385ueshin wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #144598 has finished for PR 34385 at commit
|
|
Jenkins, retest this please. |
|
Test build #144599 has finished for PR 34385 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Jenkins, retest this please. |
I think this is because Jenkins users old version of flake8 .. we'll have to find the way to make it compatible with old versions too for now until we drop Jenkins (end of this year). Otherwise LGTM |
|
Test build #144600 has finished for PR 34385 at commit
|
|
Kubernetes integration test starting |
|
That's weird. Actually I tried it with |
|
Kubernetes integration test status failure |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1 for the PR itself. I'm also not sure about the status of Jenkins.
|
test this please |
yeah, that's definitely weird. i ran |
|
Test build #144629 has finished for PR 34385 at commit
|
|
test this please |
|
Kubernetes integration test starting |
|
Test build #144630 has finished for PR 34385 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
yeah, i'm confused as to why this is failing. leave this open, and i'll look in to the underlying failure later this week/early next. |
|
Kubernetes integration test status failure |
|
@shaneknapp Thanks for taking a look at this! |
i created a 2nd PR to do some deeper testing of this: #34404 |
|
i straced lint-python in the other PR and am preparing myself to lose a few brain cells digging through the output later today. :) https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144666/console |
|
I think we can merge it now since Jenkins is dropped :-). @ueshin would you mind rebasing this Pr please? |
|
+1 for merging, too. |
|
Thanks! merging to master. |
What changes were proposed in this pull request?
Remove unnecessary 'noqa: F401' comments.
Why are the changes needed?
Now that
flake8in Jenkins was upgraded (#34384), we can remove unnecessary 'noqa: F401' comments.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.