[SPARK-56460][CORE][FOLLOWUP][4.x] Fix common/config module POM version - #57579
Closed
qlong wants to merge 1 commit into
Closed
[SPARK-56460][CORE][FOLLOWUP][4.x] Fix common/config module POM version#57579qlong wants to merge 1 commit into
common/config module POM version#57579qlong wants to merge 1 commit into
Conversation
Contributor
Author
|
@cloud-fan tiny follow up to fix 4.x build |
common/config module POM version
pan3793
approved these changes
Jul 28, 2026
pan3793
pushed a commit
that referenced
this pull request
Jul 28, 2026
…sion ### What changes were proposed in this pull request? When the `common/config` module was backported to `branch-4.x` in [SPARK-56460](https://issues.apache.org/jira/browse/SPARK-56460) (commit abc39b7), its parent POM version in `common/config/pom.xml` was left at `5.0.0-SNAPSHOT` (the `master` version) instead of `4.3.0-SNAPSHOT`. This one-line change corrects it. ### Why are the changes needed? `branch-4.x` is at `4.3.0-SNAPSHOT`, but `common/config/pom.xml` referenced parent `spark-parent_2.13:5.0.0-SNAPSHOT`. This breaks sbt build ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local sbt build ### Was this patch authored or co-authored using generative AI tooling? Authored by Cursor Closes #57579 from qlong/SPARK-56460. Authored-by: Qiegang Long <qlong@users.noreply.github.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
Member
|
Merge Summary:
Posted by |
Member
|
thanks for the hotfix |
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.
What changes were proposed in this pull request?
When the
common/configmodule was backported tobranch-4.xinSPARK-56460 (commit abc39b7),
its parent POM version in
common/config/pom.xmlwas left at5.0.0-SNAPSHOT(the
masterversion) instead of4.3.0-SNAPSHOT. This one-line changecorrects it.
Why are the changes needed?
branch-4.xis at4.3.0-SNAPSHOT, butcommon/config/pom.xmlreferencedparent
spark-parent_2.13:5.0.0-SNAPSHOT. This breaks sbt buildDoes this PR introduce any user-facing change?
No
How was this patch tested?
local sbt build
Was this patch authored or co-authored using generative AI tooling?
Authored by Cursor