MartijnVisser commented on pull request #18769: URL: https://github.com/apache/flink/pull/18769#issuecomment-1061695569
@deadwind4 To fix the license build issues, you should edit `flink-python/src/main/resources/META-INF/NOTICE` and make the following changes: - Replace `com.google.flatbuffers:flatbuffers-java:1.9.0` with `com.google.flatbuffers:flatbuffers-java:1.12.0` - Remove `io.netty:netty-buffer:4.1.70.Final` and `io.netty:netty-common:4.1.70.Final` from line 13-14 since they also appear lower in the list with the other Netty dependencies - Add `org.apache.arrow:arrow-memory-core:5.0.0` with the other Arrow dependencies - Add `org.apache.beam:beam-vendor-bytebuddy-1_11_0:0.1` with the other Beam dependencies -- 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]
