- 
                Notifications
    You must be signed in to change notification settings 
- Fork 28.9k
          [SPARK-29246][CORE] Remove unnecessary imports in core module
          #25927
        
          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
…ExecutorBackendSuite
| Hi, @sev7e0 . We usually do module-by-module for this kind of task. Could you find more in  | 
| Thanks for your comment. I will try to check the rest of  | 
| Thank you, @sev7e0 . You can use  | 
| Hi, @dongjoon-hyun . I have checked the imports in all the files in  | 
core module
      | ok to test | 
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. (Pending Jenkins).
Thank you so much, @sev7e0 ! Although GitHub Action already verified the compilation, we had better pass the Jenkins testing. I'll merge this after test completion.
| Test build #111455 has finished for PR 25927 at commit  
 | 
| Ok. Thank you, @dongjoon-hyun and @maropu ! | 
| Merged to master. | 
What changes were proposed in this pull request?
Remove unnecessary imports in
coremodule.Why are the changes needed?
Clean code for Apache Spark 3.0.0.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Local test.