You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/18 02:25:39 UTC

[flink-table-store] branch master updated: [FLINK-28578] Upgrade Spark version of flink-table-store-spark to 3.2.2

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/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b8a6aa7 [FLINK-28578] Upgrade Spark version of flink-table-store-spark to 3.2.2
2b8a6aa7 is described below

commit 2b8a6aa75b3be48404070088460ba00ae2927835
Author: Nicholas Jiang <pr...@163.com>
AuthorDate: Mon Jul 18 10:25:35 2022 +0800

    [FLINK-28578] Upgrade Spark version of flink-table-store-spark to 3.2.2
    
    This closes #221
---
 flink-table-store-spark/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-table-store-spark/pom.xml b/flink-table-store-spark/pom.xml
index 1a29f56a..2c357887 100644
--- a/flink-table-store-spark/pom.xml
+++ b/flink-table-store-spark/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <packaging>jar</packaging>
 
     <properties>
-        <spark.version>3.2.1</spark.version>
+        <spark.version>3.2.2</spark.version>
     </properties>
 
     <dependencies>
@@ -85,7 +85,7 @@ under the License.
         <profile>
             <id>spark-3.2</id>
             <properties>
-                <spark.version>3.2.1</spark.version>
+                <spark.version>3.2.2</spark.version>
             </properties>
         </profile>
         <profile>