|
17 | 17 | * under the License. |
18 | 18 | */ |
19 | 19 |
|
20 | | -String sparkMajorVersion = '4.1' |
| 20 | +String sparkMajorVersion = '4.2' |
21 | 21 | String scalaVersion = '2.13' |
22 | 22 |
|
23 | 23 | def sparkProjects = [ |
@@ -65,7 +65,7 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { |
65 | 65 |
|
66 | 66 | compileOnly libs.errorprone.annotations |
67 | 67 | compileOnly libs.avro.avro |
68 | | - compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 68 | + compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
69 | 69 | exclude group: 'org.apache.avro', module: 'avro' |
70 | 70 | exclude group: 'org.apache.arrow' |
71 | 71 | exclude group: 'org.apache.parquet' |
@@ -150,7 +150,7 @@ project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer |
150 | 150 | compileOnly project(':iceberg-core') |
151 | 151 | compileOnly project(':iceberg-common') |
152 | 152 | compileOnly project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") |
153 | | - compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 153 | + compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
154 | 154 | exclude group: 'org.apache.avro', module: 'avro' |
155 | 155 | exclude group: 'org.apache.arrow' |
156 | 156 | exclude group: 'org.apache.parquet' |
@@ -245,7 +245,7 @@ project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio |
245 | 245 | } |
246 | 246 |
|
247 | 247 | integrationImplementation "org.scala-lang.modules:scala-collection-compat_${scalaVersion}:${libs.versions.scala.collection.compat.get()}" |
248 | | - integrationImplementation("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 248 | + integrationImplementation("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
249 | 249 | exclude group: 'org.roaringbitmap' |
250 | 250 | } |
251 | 251 | integrationImplementation libs.junit.jupiter |
|
0 commit comments