This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 6970f8f8 [hotfix] Remove hive catalog in spark3
6970f8f8 is described below

commit 6970f8f8d1e21aa67a81d44de11e47ca6a4f7a8c
Author: JingsongLi <lzljs3620...@aliyun.com>
AuthorDate: Wed Aug 24 15:25:24 2022 +0800

    [hotfix] Remove hive catalog in spark3
---
 flink-table-store-spark/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/flink-table-store-spark/pom.xml b/flink-table-store-spark/pom.xml
index 2c357887..0461e22b 100644
--- a/flink-table-store-spark/pom.xml
+++ b/flink-table-store-spark/pom.xml
@@ -45,18 +45,6 @@ under the License.
             <version>${project.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-table-store-hive-catalog</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-sql_2.12</artifactId>
@@ -137,7 +125,6 @@ under the License.
                             <artifactSet>
                                 <includes combine.children="append">
                                     
<include>org.apache.flink:flink-table-store-shade</include>
-                                    
<include>org.apache.flink:flink-table-store-hive-catalog</include>
                                 </includes>
                             </artifactSet>
                         </configuration>

Reply via email to