File tree Expand file tree Collapse file tree 2 files changed +203
-236
lines changed
src/main/scala/org/apache/comet/serde Expand file tree Collapse file tree 2 files changed +203
-236
lines changed Original file line number Diff line number Diff line change @@ -178,14 +178,14 @@ under the License.
178178 </dependencies >
179179
180180 <profiles >
181- <!-- Iceberg dependencies vary by Spark version (Iceberg 1.8.1 for Spark 3.x, 1.10.0 for Spark 4.0) -->
181+ <!-- Iceberg dependencies vary by Spark version (Iceberg 1.5.2 for Spark 3.x, 1.10.0 for Spark 4.0) -->
182182 <profile >
183183 <id >spark-3.4</id >
184184 <dependencies >
185185 <dependency >
186186 <groupId >org.apache.iceberg</groupId >
187187 <artifactId >iceberg-spark-runtime-${spark.version.short}_${scala.binary.version}</artifactId >
188- <version >1.8.1 </version >
188+ <version >1.5.2 </version >
189189 <scope >test</scope >
190190 </dependency >
191191 </dependencies >
@@ -200,7 +200,7 @@ under the License.
200200 <dependency >
201201 <groupId >org.apache.iceberg</groupId >
202202 <artifactId >iceberg-spark-runtime-${spark.version.short}_${scala.binary.version}</artifactId >
203- <version >1.8.1 </version >
203+ <version >1.5.2 </version >
204204 <scope >test</scope >
205205 </dependency >
206206 </dependencies >
You can’t perform that action at this time.
0 commit comments