[KYUUBI #5939] Bump Gluten version to recover Gluten IT

# 🔍 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🫙1.9.0-SNAPSHOT: Could not find artifact io.glutenproject:gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04🫙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 🔖

- [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 ⚰️

#### Behavior With This Pull Request 🎉

#### 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 <wangjunbo@qiyi.com>
Co-authored-by: wangjunbo <junbo.w@outlook.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
wangjunbo 2024-01-05 10:58:11 +08:00 committed by Cheng Pan
parent 4cceb1dbd7
commit db6576b0d1
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 1 additions and 6 deletions

View File

@ -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:

View File

@ -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>