Skip to content

Commit a968660

Browse files
authored
[spark][test] Fix spark parquet dependency conflict when executing tests locally. (#5191)
1 parent e992bd7 commit a968660

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

paimon-spark/paimon-spark-3.2/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ under the License.
7575
<scope>test</scope>
7676
</dependency>
7777

78+
<dependency>
79+
<groupId>org.apache.paimon</groupId>
80+
<artifactId>paimon-format</artifactId>
81+
<version>${project.version}</version>
82+
<scope>test</scope>
83+
</dependency>
84+
7885
<dependency>
7986
<groupId>org.apache.spark</groupId>
8087
<artifactId>spark-sql_${scala.binary.version}</artifactId>
@@ -105,6 +112,7 @@ under the License.
105112
<version>${spark.version}</version>
106113
<scope>test</scope>
107114
</dependency>
115+
108116
</dependencies>
109117

110118
<build>

paimon-spark/paimon-spark-3.3/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ under the License.
7575
<scope>test</scope>
7676
</dependency>
7777

78+
<dependency>
79+
<groupId>org.apache.paimon</groupId>
80+
<artifactId>paimon-format</artifactId>
81+
<version>${project.version}</version>
82+
<scope>test</scope>
83+
</dependency>
84+
7885
<dependency>
7986
<groupId>org.apache.spark</groupId>
8087
<artifactId>spark-sql_${scala.binary.version}</artifactId>

paimon-spark/paimon-spark-3.4/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ under the License.
7575
<scope>test</scope>
7676
</dependency>
7777

78+
<dependency>
79+
<groupId>org.apache.paimon</groupId>
80+
<artifactId>paimon-format</artifactId>
81+
<version>${project.version}</version>
82+
<scope>test</scope>
83+
</dependency>
84+
7885
<dependency>
7986
<groupId>org.apache.spark</groupId>
8087
<artifactId>spark-sql_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)