diff --git a/paimon-spark/paimon-spark-3.5/pom.xml b/paimon-spark/paimon-spark-3.5/pom.xml index c8feee030e9c..2540058d3755 100644 --- a/paimon-spark/paimon-spark-3.5/pom.xml +++ b/paimon-spark/paimon-spark-3.5/pom.xml @@ -32,7 +32,7 @@ under the License. Paimon : Spark : 3.5 - 3.5.3 + 3.5.4 diff --git a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/PaimonFunctionTest.scala b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/PaimonFunctionTest.scala index f399ca3e6f01..bb48983a85a6 100644 --- a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/PaimonFunctionTest.scala +++ b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/PaimonFunctionTest.scala @@ -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)) } diff --git a/pom.xml b/pom.xml index 4524bdde8c6b..6600f040902c 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ under the License. paimon-spark3-common - 3.5.3 + 3.5.4 3.3 3.3.0 @@ -368,7 +368,7 @@ under the License. 2.12 ${scala212.version} - 3.5.3 + 3.5.4 paimon-spark3-common 3.3