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.git
The following commit(s) were added to refs/heads/master by this push:
new 4e75390e358 [SPARK-45280][INFRA] Change Maven daily test use Java 17
for testing
4e75390e358 is described below
commit 4e75390e3583cd066ab52b16ec5bda8884c1c3ba
Author: yangjie01 <[email protected]>
AuthorDate: Fri Sep 22 09:03:04 2023 -0700
[SPARK-45280][INFRA] Change Maven daily test use Java 17 for testing
### What changes were proposed in this pull request?
This pr aims change Maven daily test use Java 17 for testing.
### Why are the changes needed?
https://github.com/apache/spark/pull/43005 drop support for Java 8 and Java
11, so Maven daily test should also test with Java 17 as default.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Monitor Maven daily test GA task
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43057 from LuciferYang/SPARK-45280.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_maven.yml | 2 +-
.github/workflows/maven_test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_maven.yml
b/.github/workflows/build_maven.yml
index 7f26324eb75..7a01c136fce 100644
--- a/.github/workflows/build_maven.yml
+++ b/.github/workflows/build_maven.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build using Maven (master, Scala 2.13, Hadoop 3, JDK 8)"
+name: "Build using Maven (master, Scala 2.13, Hadoop 3, JDK 17)"
on:
schedule:
diff --git a/.github/workflows/maven_test.yml b/.github/workflows/maven_test.yml
index 618ab69ba59..9b6c583bd7b 100644
--- a/.github/workflows/maven_test.yml
+++ b/.github/workflows/maven_test.yml
@@ -25,7 +25,7 @@ on:
java:
required: false
type: string
- default: 8
+ default: 17
branch:
description: Branch to run the build against
required: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]