dannycranmer commented on PR #20937: URL: https://github.com/apache/flink/pull/20937#issuecomment-1278762560
I verified again and found the `flink-connector-hive` looks ok, but still some issues with the `sql` connector. We are listing the following in our NOTICE: ``` - org.apache.hadoop:hadoop-mapreduce-client-core:3.1.0 ``` Yes these are not bundled: ``` [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.1.0 from the shaded jar ``` Regarding "The bundled Apache Hive org.apache.hive:hive-exec dependency" section, I am not sure this is correct. I see we have dropped guava from the list, however I can see guava is bundled: ``` unzip -l target/flink-sql-connector-hive-3.1.3_2.12-1.17-SNAPSHOT.jar | grep google ... 19380 10-14-2022 09:53 avro/shaded/com/google/common/util/concurrent/Futures.class ... ``` -- 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]
