-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[Build] Enable MiMa checks for SQL #5727
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
|
Test build #722 has started for PR 5727 at commit |
|
Test build #31068 has finished for PR 5727 at commit
|
|
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):
|
|
Ah, |
|
Test build #31072 has finished for PR 5727 at commit
|
|
/cc @marmbrus |
…ecks Conflicts: project/MimaExcludes.scala
|
Test build #31118 has finished for PR 5727 at commit
|
|
LGTM. |
…ecks Conflicts: project/MimaExcludes.scala project/SparkBuild.scala
|
Test build #31454 has finished for PR 5727 at commit
|
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <[email protected]> Closes apache#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.
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <[email protected]> Closes apache#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.
Now that 1.3 has been released, we should enable MiMa checks for the `sql` subproject. Author: Josh Rosen <[email protected]> Closes apache#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.
Now that 1.3 has been released, we should enable MiMa checks for the
sqlsubproject.