Skip to content

Commit 0296819

Browse files
authored
[spark] Bump Spark 3.5.7 (#6337)
1 parent 5436486 commit 0296819

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/ecosystem/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ implemented, but you must accept the mechanism of mini-batch.
5858

5959
Spark Batch is the most widely used batch computing engine.
6060

61-
Recommended version is Spark 3.5.6.
61+
Recommended version is Spark 3.5.7.
6262

6363
### Flink Batch
6464

paimon-spark/paimon-spark-3.5/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 : 3.5: ${scala.binary.version}</name>
3333

3434
<properties>
35-
<spark.version>3.5.6</spark.version>
35+
<spark.version>3.5.7</spark.version>
3636
</properties>
3737

3838
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ under the License.
127127

128128
<!-- spark profile properties-->
129129
<paimon-sparkx-common>paimon-spark3-common_${scala.binary.version}</paimon-sparkx-common>
130-
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
130+
<paimon-spark-common.spark.version>3.5.7</paimon-spark-common.spark.version>
131131
<test.spark.main.version>3.3</test.spark.main.version>
132132
<test.spark.version>3.3.0</test.spark.version>
133133

@@ -401,7 +401,7 @@ under the License.
401401
<properties>
402402
<scala.binary.version>2.12</scala.binary.version>
403403
<scala.version>${scala212.version}</scala.version>
404-
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
404+
<paimon-spark-common.spark.version>3.5.7</paimon-spark-common.spark.version>
405405
<paimon-sparkx-common>paimon-spark3-common_${scala.binary.version}</paimon-sparkx-common>
406406
<!-- todo: support the latest spark in paimon e2e test2 -->
407407
<test.spark.main.version>3.3</test.spark.main.version>

0 commit comments

Comments
 (0)