You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/21 03:25:36 UTC

[flink-table-store] branch release-0.2 updated: [FLINK-28565] Create `NOTICE` file for `flink-table-store-hive-catalog`

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

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


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new c2edf29a [FLINK-28565] Create `NOTICE` file for `flink-table-store-hive-catalog`
c2edf29a is described below

commit c2edf29abd9c8c14d99001b5bb28233f41a8a7e4
Author: Nicholas Jiang <pr...@163.com>
AuthorDate: Thu Jul 21 11:24:54 2022 +0800

    [FLINK-28565] Create `NOTICE` file for `flink-table-store-hive-catalog`
    
    This closes #220
---
 .../src/main/resources/META-INF/NOTICE                    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/flink-table-store-hive/flink-table-store-hive-catalog/src/main/resources/META-INF/NOTICE b/flink-table-store-hive/flink-table-store-hive-catalog/src/main/resources/META-INF/NOTICE
new file mode 100644
index 00000000..106e3b9f
--- /dev/null
+++ b/flink-table-store-hive/flink-table-store-hive-catalog/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,15 @@
+flink-table-store-hive-catalog
+Copyright 2014-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.google.guava:guava:14.0.1
+- org.apache.hive:hive-common:2.3.4
+- org.apache.hive:hive-metastore:2.3.4
+- org.apache.hive:hive-serde:2.3.4
+- org.apache.hive.shims:hive-shims-common:2.3.4
+- org.apache.thrift:libfb303:0.9.3
+- org.apache.thrift:libthrift:0.9.3