This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 4df425bde344aee8f5a0208df8f5377342af25ff Author: Till Rohrmann <trohrm...@apache.org> AuthorDate: Thu Jul 2 18:24:17 2020 +0200 [hotfix] Fix flink-connector-hive NOTICE file Correctly state org.apache.parquet:parquet-format:2.4.0 as bundled dependency --- .../flink-connector-hive/src/main/resources/META-INF/NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE index a1d7560..b4bc4a6 100644 --- a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE +++ b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE @@ -7,7 +7,7 @@ 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) - org.apache.parquet:parquet-hadoop:1.10.0 -- org.apache.parquet:parquet-format:1.10.0 +- org.apache.parquet:parquet-format:2.4.0 - org.apache.parquet:parquet-column:1.10.0 - org.apache.parquet:parquet-common:1.10.0 - org.apache.parquet:parquet-encoding:1.10.0