dannycranmer commented on code in PR #20937: URL: https://github.com/apache/flink/pull/20937#discussion_r999791121
########## flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE: ########## @@ -25,25 +26,22 @@ the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - javax.jdo:jdo-api:3.0.1 - joda-time:joda-time:2.9.9 - net.sf.opencsv:opencsv:2.3 -- org.apache.avro:avro-mapred:hadoop2:1.8.2 -- org.apache.avro:avro:1.8.2 Review Comment: I believe we should retain these, since they are bundled into hive-exec also: Extract from `hive-exec` build ``` [INFO] Including org.apache.avro:avro:jar:1.8.2 in the shaded jar. [INFO] Including org.apache.avro:avro-mapred:jar:hadoop2:1.8.2 in the shaded jar. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
