This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 205cc96 [SPARK-54748][FOLLOWUP] Add 4.1.0 to `publish-java*.yaml` and
`test.yml` files
205cc96 is described below
commit 205cc96059fdeb61eef7a2f17cdb37a3744f8d80
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 17 23:20:50 2025 -0800
[SPARK-54748][FOLLOWUP] Add 4.1.0 to `publish-java*.yaml` and `test.yml`
files
### What changes were proposed in this pull request?
This PR is a follow-up of the following to add `4.1.0` to
`publish-java*.yaml` and `test.yml` GitHub Action CI files.
- #99
### Why are the changes needed?
Previously, these was missed.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual reviews because these CIs are triggered manually only.
Closes #100 from dongjoon-hyun/SPARK-54748-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/publish-java17.yaml | 3 ++-
.github/workflows/publish-java21.yaml | 3 ++-
.github/workflows/test.yml | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-java17.yaml
b/.github/workflows/publish-java17.yaml
index f904436..e24c43e 100644
--- a/.github/workflows/publish-java17.yaml
+++ b/.github/workflows/publish-java17.yaml
@@ -25,9 +25,10 @@ on:
spark:
description: 'The Spark version of Spark image.'
required: true
- default: '4.1.0-preview4'
+ default: '4.1.0'
type: choice
options:
+ - 4.1.0
- 4.1.0-preview4
- 4.1.0-preview3
- 4.1.0-preview2
diff --git a/.github/workflows/publish-java21.yaml
b/.github/workflows/publish-java21.yaml
index 2821582..f220d56 100644
--- a/.github/workflows/publish-java21.yaml
+++ b/.github/workflows/publish-java21.yaml
@@ -25,9 +25,10 @@ on:
spark:
description: 'The Spark version of Spark image.'
required: true
- default: '4.1.0-preview4'
+ default: '4.1.0'
type: choice
options:
+ - 4.1.0
- 4.1.0-preview4
- 4.1.0-preview3
- 4.1.0-preview2
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7c3f082..b08ec94 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,9 +25,10 @@ on:
spark:
description: 'The Spark version of Spark image.'
required: true
- default: '4.1.0-preview4'
+ default: '4.1.0'
type: choice
options:
+ - 4.1.0
- 4.1.0-preview4
- 4.1.0-preview3
- 4.1.0-preview2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]