JingsongLi commented on a change in pull request #13796: URL: https://github.com/apache/flink/pull/13796#discussion_r517165862
########## File path: flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE ########## @@ -7,7 +7,6 @@ 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.11.1 -- org.apache.parquet:parquet-format:2.4.0 Review comment: This is because hive bundle the flink-parquet. The parquet version of previous flink-parquet required this `parquet-format:2.4.0`. But after https://issues.apache.org/jira/browse/FLINK-19137 , the new parquet version don't need this dependency. We can just remove it, I think this is a mistake of https://github.com/apache/flink/commit/fb4ebbb1941c37fd1176e31052529f6cdd92faff ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
