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

czweng 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 5e09dfec [FLINK-30861] Fix java.lang.ClassNotFoundException: 
org.apache.hadoop.hive.common.ValidWriteIdList in Table Store Hive catalog
5e09dfec is described below

commit 5e09dfec910c2aa2dfcf3eca4adcb8191524bf04
Author: tsreaper <tsreape...@gmail.com>
AuthorDate: Wed Feb 1 15:58:13 2023 +0800

    [FLINK-30861] Fix java.lang.ClassNotFoundException: 
org.apache.hadoop.hive.common.ValidWriteIdList in Table Store Hive catalog
    
    This closes #491.
---
 flink-table-store-hive/flink-table-store-hive-catalog/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml 
b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
index 06a70b77..8c7e8a6c 100644
--- a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
+++ b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
@@ -541,6 +541,7 @@ under the License.
                                     
<include>org.apache.hive.shims:hive-shims-0.23</include>
                                     
<include>org.apache.hive:hive-serde</include>
                                     
<include>org.apache.hive:hive-metastore</include>
+                                    
<include>org.apache.hive:hive-storage-api</include>
                                 </includes>
                             </artifactSet>
                             <relocations>

Reply via email to