File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
paimon-spark/paimon-spark-3.5 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ implemented, but you must accept the mechanism of mini-batch.
5858
5959Spark 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments