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 fcea22e1 [FLINK-30646] Table Store Hive catalog throws 
ClassNotFoundException when custom hive-site.xml is presented
fcea22e1 is described below

commit fcea22e114888af239e3a04e130f942df655122e
Author: tsreaper <tsreape...@gmail.com>
AuthorDate: Fri Jan 13 10:11:43 2023 +0800

    [FLINK-30646] Table Store Hive catalog throws ClassNotFoundException when 
custom hive-site.xml is presented
    
    This closes #481.
    
    (cherry picked from commit 072640a72fe18bf3c0439cd4f0ec7602e0b0ff80)
---
 flink-table-store-hive/flink-table-store-hive-catalog/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

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 1766bec5..da3b67ad 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
@@ -565,10 +565,6 @@ under the License.
                                     <pattern>com.google.common</pattern>
                                     
<shadedPattern>org.apache.flink.table.store.shaded.com.google.common</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.hadoop.hive</pattern>
-                                    
<shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.hive</shadedPattern>
-                                </relocation>
                                 <relocation>
                                     
<pattern>org.apache.hadoop.fs.ProxyLocalFileSystem</pattern>
                                     
<shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.fs.ProxyLocalFileSystem</shadedPattern>
@@ -589,10 +585,6 @@ under the License.
                                     
<pattern>org.apache.hadoop.security.token.delegation.HiveDelegationTokenSupport</pattern>
                                     
<shadedPattern>org.apache.flink.table.store.shaded.org.apache.hadoop.security.token.delegation.HiveDelegationTokenSupport</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.hive</pattern>
-                                    
<shadedPattern>org.apache.flink.table.store.shaded.org.apache.hive</shadedPattern>
-                                </relocation>
                                 <relocation>
                                     <pattern>org.apache.thrift</pattern>
                                     
<shadedPattern>org.apache.flink.table.store.shaded.org.apache.thrift</shadedPattern>

Reply via email to