You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by zi...@apache.org on 2022/06/24 03:01:43 UTC

[inlong] branch master updated: [INLONG-4732][Sort] Iceberg commit hive catalog table failed because table not found (#4733)

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

zirui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 72a6e21ea [INLONG-4732][Sort] Iceberg commit hive catalog table failed because table not found (#4733)
72a6e21ea is described below

commit 72a6e21eafb6fd6bdeefba3365d39f8fab62837a
Author: thesumery <10...@users.noreply.github.com>
AuthorDate: Fri Jun 24 11:01:38 2022 +0800

    [INLONG-4732][Sort] Iceberg commit hive catalog table failed because table not found (#4733)
---
 inlong-sort/pom.xml                         | 1 +
 inlong-sort/sort-connectors/iceberg/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 8482860d1..b70ee9758 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -47,6 +47,7 @@
         <rat.basedir>${basedir}</rat.basedir>
         <hbase.version>2.2.3</hbase.version>
         <dlc.hive.version>2.3.7</dlc.hive.version>
+        <iceberg.hive.version>2.3.7</iceberg.hive.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/inlong-sort/sort-connectors/iceberg/pom.xml b/inlong-sort/sort-connectors/iceberg/pom.xml
index 50c15ecc2..fcb49c63f 100644
--- a/inlong-sort/sort-connectors/iceberg/pom.xml
+++ b/inlong-sort/sort-connectors/iceberg/pom.xml
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-exec</artifactId>
+            <version>${iceberg.hive.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>log4j</groupId>