Skip to content

Commit 135360d

Browse files
authored
[spark] Bump Spark 4.0.2 (apache#7225)
1 parent 9708d74 commit 135360d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

paimon-spark/paimon-spark-4.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<name>Paimon : Spark : 4.0 : 2.13</name>
3333

3434
<properties>
35-
<spark.version>4.0.1</spark.version>
35+
<spark.version>4.0.2</spark.version>
3636
</properties>
3737

3838
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@ under the License.
432432
<antlr4.version>4.13.1</antlr4.version>
433433
<scala.binary.version>2.13</scala.binary.version>
434434
<scala.version>${scala213.version}</scala.version>
435-
<paimon-spark-common.spark.version>4.0.1</paimon-spark-common.spark.version>
435+
<paimon-spark-common.spark.version>4.0.2</paimon-spark-common.spark.version>
436436
<paimon-sparkx-common>paimon-spark4-common_2.13</paimon-sparkx-common>
437437
<arrow.version>18.1.0</arrow.version>
438438
<test.spark.main.version>4.0</test.spark.main.version>
439-
<test.spark.version>4.0.1</test.spark.version>
439+
<test.spark.version>4.0.2</test.spark.version>
440440
</properties>
441441
<activation>
442442
<property>

0 commit comments

Comments
 (0)