File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments