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 0c53630f [FLINK-30820] Remove Spark 3.0 support
0c53630f is described below

commit 0c53630f1c762b67ebb1accfae20864ba0a41cd2
Author: JingsongLi <lzljs3620...@aliyun.com>
AuthorDate: Tue Jan 31 12:23:25 2023 +0800

    [FLINK-30820] Remove Spark 3.0 support
---
 docs/content/docs/engines/overview.md | 2 +-
 flink-table-store-spark/pom.xml       | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/content/docs/engines/overview.md 
b/docs/content/docs/engines/overview.md
index 678d310e..7166512b 100644
--- a/docs/content/docs/engines/overview.md
+++ b/docs/content/docs/engines/overview.md
@@ -36,6 +36,6 @@ Apache Spark and Apache Hive.
 |---|---|---|---|
 | Flink | 1.16/1.15/1.14 | batch/streaming read, batch/streaming write, 
create/drop table, create/drop database | Projection, Filter |
 | Hive      | 3.1/2.3/2.2/2.1/2.1 CDH 6.3 | batch read | Projection, Filter |
-| Spark     | 3.3/3.2/3.1/3.0 | batch read, batch write, create/drop table, 
create/drop database | Projection, Filter |
+| Spark     | 3.3/3.2/3.1 | batch read, batch write, create/drop table, 
create/drop database | Projection, Filter |
 | Spark     | 2.4 | batch read | Projection, Filter |
 | Trino     | 388/358 | batch read | Projection, Filter |
diff --git a/flink-table-store-spark/pom.xml b/flink-table-store-spark/pom.xml
index 4dc927c2..3f423993 100644
--- a/flink-table-store-spark/pom.xml
+++ b/flink-table-store-spark/pom.xml
@@ -113,12 +113,6 @@ under the License.
                 <spark.version>3.1.3</spark.version>
             </properties>
         </profile>
-        <profile>
-            <id>spark-3.0</id>
-            <properties>
-                <spark.version>3.0.3</spark.version>
-            </properties>
-        </profile>
     </profiles>
 
     <build>

Reply via email to