This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 0446894808 [test][spark] Fix the failured lance test (#6321)
0446894808 is described below
commit 044689480826358646780b202822655ea7926ec1
Author: Zouxxyy <[email protected]>
AuthorDate: Wed Sep 24 16:43:22 2025 +0800
[test][spark] Fix the failured lance test (#6321)
---
paimon-e2e-tests/pom.xml | 4 ++--
paimon-spark/pom.xml | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/paimon-e2e-tests/pom.xml b/paimon-e2e-tests/pom.xml
index ae4be2b347..d85d36cb34 100644
--- a/paimon-e2e-tests/pom.xml
+++ b/paimon-e2e-tests/pom.xml
@@ -64,7 +64,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-spark-${test.spark.main.version}</artifactId>
+
<artifactId>paimon-spark-${test.spark.main.version}_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -186,7 +186,7 @@ under the License.
</artifactItem>
<artifactItem>
<groupId>org.apache.paimon</groupId>
-
<artifactId>paimon-spark-${test.spark.main.version}</artifactId>
+
<artifactId>paimon-spark-${test.spark.main.version}_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<destFileName>paimon-spark.jar</destFileName>
<type>jar</type>
diff --git a/paimon-spark/pom.xml b/paimon-spark/pom.xml
index d423b83797..08854232d9 100644
--- a/paimon-spark/pom.xml
+++ b/paimon-spark/pom.xml
@@ -275,6 +275,13 @@ under the License.
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow</groupId>
+ <artifactId>arrow-memory-unsafe</artifactId>
+ <version>${arrow.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-lance</artifactId>