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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1a9fe12f78 [FLINK-29878][hive] Include libfb303 to fix fail to use 
flink-sql-connector-hive-3.1.3
b1a9fe12f78 is described below

commit b1a9fe12f78999e555204a69d7e360705dc88450
Author: luoyuxia <luoyu...@alumni.sjtu.edu.cn>
AuthorDate: Sun Jan 29 10:26:05 2023 +0800

    [FLINK-29878][hive] Include libfb303 to fix fail to use 
flink-sql-connector-hive-3.1.3
---
 flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml                 | 1 +
 .../flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml 
b/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
index 7fb236748c4..b359b621d01 100644
--- a/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
+++ b/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
@@ -182,6 +182,7 @@ under the License.
                                                                <includes>
                                                                        
<include>org.apache.flink:flink-connector-hive_${scala.binary.version}</include>
                                                                        
<include>org.apache.hive:hive-exec</include>
+                                                                       
<include>org.apache.thrift:libfb303</include>
                                                                        
<include>org.antlr:antlr-runtime</include>
                                                                        
<include>org.apache.avro:avro</include>
                                                                        
<include>org.apache.avro:avro-mapred</include>
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE
index 0a94ab7c005..7eee046e0b9 100644
--- 
a/flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE
@@ -9,7 +9,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.apache.avro:avro-mapred:hadoop2:1.8.2
 - org.apache.avro:avro:1.8.2
 - org.apache.hive:hive-exec:3.1.3
-- org.apache.thrift:libthrift:0.9.3
+- org.apache.thrift:libfb303:0.9.3
 
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details.

Reply via email to