Skip to content

Commit

Permalink
[KYUUBI apache#6043][BUG][TEST][GLUTEN] Gluten-it gluten package add …
Browse files Browse the repository at this point in the history
…arch suffix
  • Loading branch information
wangjunbo committed Feb 8, 2024
1 parent 0b59fa0 commit 0b5c153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/kyuubi-gluten-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0b5c153

Please sign in to comment.