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 81d1a1d74 [KYUUBI #6043][TEST][GLUTEN] Gluten-it gluten package add 
arch suffix
81d1a1d74 is described below

commit 81d1a1d749bcae519d34aff5e058358bef6ded91
Author: wangjunbo <[email protected]>
AuthorDate: Sat Feb 10 18:39:01 2024 +0800

    [KYUUBI #6043][TEST][GLUTEN] Gluten-it gluten package add arch suffix
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6043
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Please include a summary of the change and which issue is fixed. Please 
also include relevant motivation and context. List any dependencies that are 
required for this change.
    
    ## Types of changes :bookmark:
    
    - [ ] 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 #6055 from Kwafoor/kyuubi_6043.
    
    Closes #6043
    
    0b5c15361 [wangjunbo] [KYUUBI #6043][BUG][TEST][GLUTEN] Gluten-it gluten 
package add arch suffix
    
    Authored-by: wangjunbo <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 integration-tests/kyuubi-gluten-it/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/kyuubi-gluten-it/pom.xml 
b/integration-tests/kyuubi-gluten-it/pom.xml
index fe34bc2e9..193f6bbed 100644
--- a/integration-tests/kyuubi-gluten-it/pom.xml
+++ b/integration-tests/kyuubi-gluten-it/pom.xml
@@ -102,7 +102,7 @@
                     
<artifactId>gluten-velox-bundle-spark3.4_2.12-ubuntu_22.04</artifactId>
                     <version>${gluten.version}</version>
                     <scope>system</scope>
-                    
<systemPath>${project.basedir}/../../gluten/package/target/gluten-velox-bundle-spark3.4_2.12-ubuntu_22.04-${gluten.version}.jar</systemPath>
+                    
<systemPath>${project.basedir}/../../gluten/package/target/gluten-velox-bundle-spark3.4_2.12-ubuntu_22.04_x86_64-${gluten.version}.jar</systemPath>
                 </dependency>
             </dependencies>
         </profile>
@@ -119,7 +119,7 @@
                     
<artifactId>gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04</artifactId>
                     <version>${gluten.version}</version>
                     <scope>system</scope>
-                    
<systemPath>${project.basedir}/../../gluten/package/target/gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04-${gluten.version}.jar</systemPath>
+                    
<systemPath>${project.basedir}/../../gluten/package/target/gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04_x86_64-${gluten.version}.jar</systemPath>
                 </dependency>
             </dependencies>
         </profile>

Reply via email to