zentol opened a new pull request #17003: URL: https://github.com/apache/flink/pull/17003
Fixes an issue in the NoticeFileChecker where flink-dist was not properly checked; this happened because the checker looks for specific execution names, and flink-dist uses a special one which was missed. The checker noticed 2 issues in the NOTICE: a) `scala-java8-compat_2.11` is listed but not actually bundled. This dependency is only required by flink-rpc-akka (which handles it appropriately) b) `scopt` is not listed but actually bundled. This entry was mistakenly removed when we isolated Akka; it is still required by the scala-shell. -- 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]
