Uh oh!
There was an error while loading. Please reload this page.
[Build] Enable MiMa checks for SQL - #5727
Closed
JoshRosen wants to merge 5 commits into
Closed
Conversation
SparkQA
commented
Apr 27, 2015
Test build #722 has started for PR 5727 at commit |
SparkQA
commented
Apr 27, 2015
Test build #31068 has finished for PR 5727 at commit
|
JoshRosen
commented
Apr 27, 2015
ContributorAuthor
It looks like SQL failed 11 MiMa checks, although it looks like all of them are in test code or internal APIs (so we can just double-check, then add the proper excludes / annotations):
|
JoshRosen
commented
Apr 27, 2015
ContributorAuthor
Ah, |
SparkQA
commented
Apr 28, 2015
Test build #31072 has finished for PR 5727 at commit
|
JoshRosen
commented
Apr 28, 2015
ContributorAuthor
/cc @marmbrus |
…ecks Conflicts: project/MimaExcludes.scala
SparkQA
commented
Apr 28, 2015
Test build #31118 has finished for PR 5727 at commit
|
rxin
commented
Apr 30, 2015
Contributor
LGTM. |
…ecks Conflicts: project/MimaExcludes.scala project/SparkBuild.scala
SparkQA
commented
Apr 30, 2015
Test build #31454 has finished for PR 5727 at commit
|
jeanlyn pushed a commit
to jeanlyn/spark
that referenced
this pull request
May 28, 2015
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <joshrosen@databricks.com> Closesapache#5727 from JoshRosen/enable-more-mima-checks and squashes the following commits: 3ad302b [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks 0c48e4d [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks e276cee [Josh Rosen] Fix SQL MiMa checks via excludes and private[sql] 44d0d01 [Josh Rosen] Add back 'launcher' exclude 1aae027 [Josh Rosen] Enable MiMa checks for launcher and sql projects.
jeanlyn pushed a commit
to jeanlyn/spark
that referenced
this pull request
Jun 12, 2015
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <joshrosen@databricks.com> Closesapache#5727 from JoshRosen/enable-more-mima-checks and squashes the following commits: 3ad302b [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks 0c48e4d [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks e276cee [Josh Rosen] Fix SQL MiMa checks via excludes and private[sql] 44d0d01 [Josh Rosen] Add back 'launcher' exclude 1aae027 [Josh Rosen] Enable MiMa checks for launcher and sql projects.
nemccarthy pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <joshrosen@databricks.com> Closesapache#5727 from JoshRosen/enable-more-mima-checks and squashes the following commits: 3ad302b [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks 0c48e4d [Josh Rosen] Merge remote-tracking branch 'origin/master' into enable-more-mima-checks e276cee [Josh Rosen] Fix SQL MiMa checks via excludes and private[sql] 44d0d01 [Josh Rosen] Add back 'launcher' exclude 1aae027 [Josh Rosen] Enable MiMa checks for launcher and sql projects.
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.
Now that 1.3 has been released, we should enable MiMa checks for the
sqlsubproject.