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

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


The following commit(s) were added to refs/heads/release-0.3 by this push:
     new 78fdd090 [FLINK-30861] Fix java.lang.ClassNotFoundException: 
org.apache.hadoop.hive.common.ValidWriteIdList in Table Store Hive catalog
78fdd090 is described below

commit 78fdd09077431a7284cd8519cca5ae06c7acb60e
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.
    
    (cherry picked from commit 5e09dfec910c2aa2dfcf3eca4adcb8191524bf04)
---
 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 da3b67ad..329f6ff4 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
@@ -554,6 +554,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