This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 02453b101a8c [SPARK-55712][INFRA] Allow run benchmark with JDK 25
02453b101a8c is described below
commit 02453b101a8c2d5cd671116032a1677fe4191bec
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Feb 26 19:14:44 2026 +0800
[SPARK-55712][INFRA] Allow run benchmark with JDK 25
### What changes were proposed in this pull request?
As title.
### Why are the changes needed?
To enable Java 25 support.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54512 from pan3793/SPARK-55712.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/benchmark.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index c45796850d8b..1341f2c3ffad 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -28,12 +28,13 @@ on:
default: '*'
jdk:
type: choice
- description: 'JDK version: 17 or 21'
+ description: 'JDK version: 17, 21, or 25'
required: true
default: '17'
options:
- '17'
- '21'
+ - '25'
scala:
type: choice
description: 'Scala version: 2.13'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]