Skip to content

[SPARK-56460][CORE][FOLLOWUP][4.x] Fix common/config module POM version - #57579

Closed
qlong wants to merge 1 commit into
apache:branch-4.xfrom
qlong:SPARK-56460
Closed

[SPARK-56460][CORE][FOLLOWUP][4.x] Fix common/config module POM version#57579
qlong wants to merge 1 commit into
apache:branch-4.xfrom
qlong:SPARK-56460

Conversation

@qlong

@qlong qlong commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

When the common/config module was backported to branch-4.x in
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

@qlong

qlong commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

@cloud-fan tiny follow up to fix 4.x build

@qlong qlong changed the title [SPARK-56460][CORE][FOLLOWUP] Fix parent POM version in common/config on branch-4.x [SPARK-56460][CORE][FOLLOWUP] Define configs in text files- #53488 Jul 27, 2026
@pan3793 pan3793 changed the title [SPARK-56460][CORE][FOLLOWUP] Define configs in text files- #53488 [SPARK-56460][CORE][FOLLOWUP][4.x] Fix common/config module POM version 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>
@pan3793 pan3793 closed this Jul 28, 2026
@pan3793

pan3793 commented Jul 28, 2026

Copy link
Copy Markdown
Member

Merge Summary:

Posted by merge_spark_pr.py

@pan3793

pan3793 commented Jul 28, 2026

Copy link
Copy Markdown
Member

thanks for the hotfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants