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 db6576b0d [KYUUBI #5939] Bump Gluten version to recover Gluten IT
db6576b0d is described below
commit db6576b0d1f4e3657116b963b5b35365aea295bc
Author: wangjunbo <[email protected]>
AuthorDate: Fri Jan 5 10:58:11 2024 +0800
[KYUUBI #5939] Bump Gluten version to recover Gluten IT
# :mag: Description
## Issue References ๐
This pull request fixes #5939
## Describe Your Solution ๐ง
closed #5939 and upgrade gluten version to `1.2.0-SNAPSHOT`
bug fix CI (expected failed):
https://github.com/Kwafoor/incubator-kyuubi/actions/runs/7408085340
```
Caused by: org.apache.maven.project.DependencyResolutionException: Could
not resolve dependencies for project
org.apache.kyuubi:kyuubi-gluten-it_2.12:jar:1.9.0-SNAPSHOT: Could not find
artifact
io.glutenproject:gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04:jar:1.1.0-SNAPSHOT
at specified path
/home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-gluten-it/../../gluten/package/target/gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04-1.1.0-SNAPSHOT.jar
```
upgrade gluten version `1.2.0-SNAPSHOT` CI
succeed:https://github.com/Kwafoor/incubator-kyuubi/actions/runs/7411523117
## 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 ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #5947 from Kwafoor/kyuubi_5939.
Closes #5939
1007890c6 [wangjunbo] [KYUUBI #5939] remove test branch
3b1890d4c [wangjunbo] upgrade Gluten version
fb7fcfdcc [wangjunbo] [KYUUBI #5939] test
0f40b5749 [wangjunbo] [KYUUBI #5939] fix gluten cache
Lead-authored-by: wangjunbo <[email protected]>
Co-authored-by: wangjunbo <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/gluten.yml | 5 -----
integration-tests/kyuubi-gluten-it/pom.xml | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/.github/workflows/gluten.yml b/.github/workflows/gluten.yml
index 23b4f0d3b..45f4edf54 100644
--- a/.github/workflows/gluten.yml
+++ b/.github/workflows/gluten.yml
@@ -99,11 +99,6 @@ jobs:
with:
path: gluten/package/target/
key: gluten_package_${{ steps.date.outputs.date }}
- - name: Cache Gluten Package
- uses: actions/cache@v3
- with:
- path: gluten/package/target/
- key: gluten_package
- name: Setup JDK 8
uses: actions/setup-java@v4
with:
diff --git a/integration-tests/kyuubi-gluten-it/pom.xml
b/integration-tests/kyuubi-gluten-it/pom.xml
index ac49c286a..fe34bc2e9 100644
--- a/integration-tests/kyuubi-gluten-it/pom.xml
+++ b/integration-tests/kyuubi-gluten-it/pom.xml
@@ -30,7 +30,7 @@
<url>https://kyuubi.apache.org/</url>
<properties>
- <gluten.version>1.1.0-SNAPSHOT</gluten.version>
+ <gluten.version>1.2.0-SNAPSHOT</gluten.version>
<spark.version>3.4.2</spark.version>
<spark.binary.version>3.4</spark.binary.version>
</properties>