Uh oh!
There was an error while loading. Please reload this page.
[SPARK-25673][BUILD] Remove Travis CI which enables Java lint check - #22667
Closed
HyukjinKwon wants to merge 1 commit into
Closed
[SPARK-25673][BUILD] Remove Travis CI which enables Java lint check#22667HyukjinKwon wants to merge 1 commit into
HyukjinKwon wants to merge 1 commit into
Conversation
HyukjinKwon
commented
Oct 8, 2018
MemberAuthor
cc @srowen and @dongjoon-hyun |
srowen
approved these changes
Oct 8, 2018
SparkQA
commented
Oct 8, 2018
Test build #97092 has finished for PR 22667 at commit
|
felixcheung
approved these changes
Oct 8, 2018
HyukjinKwon
commented
Oct 8, 2018
MemberAuthor
Merged to master and branch-2.4. Thanks @srowen and @felixcheung. |
asfgit pushed a commit
that referenced
this pull request
Oct 8, 2018
## What changes were proposed in this pull request? #12980 added Travis CI file mainly for linter because we disabled Java lint check in Jenkins. It's enabled as of #21399 and now SBT runs it. Looks we can now remove the file added before. ## How was this patch tested? N/A Closes#22665Closes#22667 from HyukjinKwon/SPARK-25673. Authored-by: hyukjinkwon <gurwls223@apache.org> Signed-off-by: hyukjinkwon <gurwls223@apache.org> (cherry picked from commit 2199224) Signed-off-by: hyukjinkwon <gurwls223@apache.org>
dongjoon-hyun
commented
Oct 8, 2018
Member
Thank you for taking care of this, @HyukjinKwon . |
jackylee-ch pushed a commit
to jackylee-ch/spark
that referenced
this pull request
Feb 18, 2019
## What changes were proposed in this pull request? apache#12980 added Travis CI file mainly for linter because we disabled Java lint check in Jenkins. It's enabled as of apache#21399 and now SBT runs it. Looks we can now remove the file added before. ## How was this patch tested? N/A Closesapache#22665Closesapache#22667 from HyukjinKwon/SPARK-25673. Authored-by: hyukjinkwon <gurwls223@apache.org> Signed-off-by: hyukjinkwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
#12980 added Travis CI file mainly for linter because we disabled Java lint check in Jenkins.
It's enabled as of #21399 and now SBT runs it. Looks we can now remove the file added before.
How was this patch tested?
N/A
Closes#22665