Skip to content

Commit

Permalink
[spark] Bump Spark 3.5.4 (#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 authored Jan 3, 2025
1 parent ab5f188 commit 1f420d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paimon-spark/paimon-spark-3.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<name>Paimon : Spark : 3.5</name>

<properties>
<spark.version>3.5.3</spark.version>
<spark.version>3.5.4</spark.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class PaimonFunctionTest extends PaimonHiveTestBase {
Row("spark_catalog.test_hive.myintsum"))

withTable("t") {
sql("CREATE TABLE t (id INT)")
sql("CREATE TABLE t (id INT) USING paimon")
sql("INSERT INTO t VALUES (1), (2), (3)")
checkAnswer(sql("SELECT myIntSum(id) FROM t"), Row(6))
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ under the License.

<!-- spark profile properties-->
<paimon-sparkx-common>paimon-spark3-common</paimon-sparkx-common>
<paimon-spark-common.spark.version>3.5.3</paimon-spark-common.spark.version>
<paimon-spark-common.spark.version>3.5.4</paimon-spark-common.spark.version>
<test.spark.main.version>3.3</test.spark.main.version>
<test.spark.version>3.3.0</test.spark.version>

Expand Down Expand Up @@ -368,7 +368,7 @@ under the License.
<properties>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>${scala212.version}</scala.version>
<paimon-spark-common.spark.version>3.5.3</paimon-spark-common.spark.version>
<paimon-spark-common.spark.version>3.5.4</paimon-spark-common.spark.version>
<paimon-sparkx-common>paimon-spark3-common</paimon-sparkx-common>
<!-- todo: support the latest spark in paimon e2e test2 -->
<test.spark.main.version>3.3</test.spark.main.version>
Expand Down

0 comments on commit 1f420d2

Please sign in to comment.