fix: Disable always active spark2 profile#26514
Closed
aaneja wants to merge 1 commit into
Closed
Conversation
Collaborator
|
@aaneja Disabling this effectively makes the presto project unbuildable as there would be unsatisfied dependencies for the presto-spark* modules. If the main goal is to re-enable the maven enforcer checks that were inadvertantly disabled in this PR #25552, let's work on just re-enabling those checks on the spark2 profile. The original author of the PR Kewen will be working on this. |
6 tasks
Contributor
Author
Awesome ! Tagging @wangkewen for visibility Please also fix modules currently failing enforcer, e.g this one - #26019 (comment) |
Contributor
Author
|
@shrinidhijoshi Did you try running the Presto build with the |
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 free
to 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.
Description
Make the
spark2profile inactive by defaultMotivation and Context
#26465
Impact
CI will run maven enforcer checks which were accidentally disabled
Test Plan
Ran
./mvnw help:active-profilesand manually confirmed thatspark2is inactiveContributor checklist
Release notes