Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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: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 🔖 - [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 1007890 [wangjunbo] [KYUUBI #5939] remove test branch 3b1890d [wangjunbo] upgrade Gluten version fb7fcfd [wangjunbo] [KYUUBI #5939] test 0f40b57 [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]>
- Loading branch information