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/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 1950ec692 [KYUUBI #6180] Kyuubi Spark nightly testing should use JDK 17
1950ec692 is described below
commit 1950ec692a978b59800ca437b80bd0f1ed42298f
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Mar 13 16:07:03 2024 +0800
[KYUUBI #6180] Kyuubi Spark nightly testing should use JDK 17
# :mag: Description
## Issue References ๐
This pull request fixes [Kyuubi Spark Nightly test](
https://github.com/apache/kyuubi/actions/runs/8259256940/job/22592865897)
because Spark 4.0 drops the support of Java 8/11 and Scala 2.12
## Describe Your Solution ๐ง
Switch to Java 17 and Scala 2.13
## Types of changes :bookmark:
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Monitor CI
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6180 from pan3793/spark-nightly.
Closes #6180
781d3aeda [Cheng Pan] Kyuubi Spark nightly testing should use JDK 17
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 728c3ad5c..17164a4fd 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
- java-version: 8
+ java-version: 17
cache: 'maven'
check-latest: false
- name: Setup Maven