|
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 | | - |
23 | 22 | def sparkProjects = [ |
24 | 23 | project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}"), |
25 | 24 | project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}"), |
@@ -65,7 +64,7 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { |
65 | 64 |
|
66 | 65 | compileOnly libs.errorprone.annotations |
67 | 66 | compileOnly libs.avro.avro |
68 | | - compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 67 | + compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
69 | 68 | exclude group: 'org.apache.avro', module: 'avro' |
70 | 69 | exclude group: 'org.apache.arrow' |
71 | 70 | exclude group: 'org.apache.parquet' |
@@ -149,7 +148,7 @@ project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer |
149 | 148 | compileOnly project(':iceberg-core') |
150 | 149 | compileOnly project(':iceberg-common') |
151 | 150 | compileOnly project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") |
152 | | - compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 151 | + compileOnly("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
153 | 152 | exclude group: 'org.apache.avro', module: 'avro' |
154 | 153 | exclude group: 'org.apache.arrow' |
155 | 154 | exclude group: 'org.apache.parquet' |
@@ -244,7 +243,7 @@ project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio |
244 | 243 | } |
245 | 244 |
|
246 | 245 | integrationImplementation "org.scala-lang.modules:scala-collection-compat_${scalaVersion}:${libs.versions.scala.collection.compat.get()}" |
247 | | - integrationImplementation("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark41.get()}") { |
| 246 | + integrationImplementation("org.apache.spark:spark-hive_${scalaVersion}:${libs.versions.spark42.get()}") { |
248 | 247 | exclude group: 'org.roaringbitmap' |
249 | 248 | } |
250 | 249 | integrationImplementation libs.junit.jupiter |
@@ -323,4 +322,3 @@ project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio |
323 | 322 |
|
324 | 323 | apply from: "${rootDir}/runtime-deps.gradle" |
325 | 324 | } |
326 | | - |
0 commit comments