From db6576b0d1f4e3657116b963b5b35365aea295bc Mon Sep 17 00:00:00 2001 From: wangjunbo Date: Fri, 5 Jan 2024 10:58:11 +0800 Subject: [PATCH] [KYUUBI #5939] Bump Gluten version to recover Gluten IT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :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 Co-authored-by: wangjunbo Signed-off-by: Cheng Pan --- .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 @@ https://kyuubi.apache.org/ - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 3.4.2 3.4