This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b5960cd75 [spark] Bump Spark version 3.4.3 (#3247)
b5960cd75 is described below
commit b5960cd752d64c4935e23304f4cc26488f95e6d3
Author: cxzl25 <[email protected]>
AuthorDate: Tue Apr 23 13:33:06 2024 +0800
[spark] Bump Spark version 3.4.3 (#3247)
---
paimon-spark/paimon-spark-3.4/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-spark/paimon-spark-3.4/pom.xml
b/paimon-spark/paimon-spark-3.4/pom.xml
index 4a97f873c..af26f0ffb 100644
--- a/paimon-spark/paimon-spark-3.4/pom.xml
+++ b/paimon-spark/paimon-spark-3.4/pom.xml
@@ -32,7 +32,7 @@ under the License.
<name>Paimon : Spark : 3.4</name>
<properties>
- <spark.version>3.4.2</spark.version>
+ <spark.version>3.4.3</spark.version>
</properties>
<dependencies>