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/08/24 07:25:57 UTC

[flink-table-store] branch master updated: [hotfix] Remove hive catalog in spark3

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 100a5050 [hotfix] Remove hive catalog in spark3
100a5050 is described below

commit 100a50502e68b15d4eaaa9465279efad4026360c
Author: JingsongLi <lz...@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 61877397..06cf79d3 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>