Fokko commented on code in PR #12365: URL: https://github.com/apache/iceberg/pull/12365#discussion_r1967403118
########## kafka-connect/kafka-connect-runtime/main/LICENSE: ########## @@ -1448,3 +1448,51 @@ Project URL (from POM): https://github.com/awslabs/aws-eventstream-java License (from POM): Apache License, Version 2.0 - https://aws.amazon.com/apache2.0 -------------------------------------------------------------------------------- + Review Comment: ```suggestion The `opentelemetry-api-inclubating` seems to be missing here: ```sh unzip iceberg-kafka-connect-runtime-1.9.0-SNAPSHOT.zip find . | grep -i incubator ./iceberg-kafka-connect-runtime-1.9.0-SNAPSHOT/lib/opentelemetry-api-incubator-1.45.0-alpha.jar ``` ```suggestion Group: io.opentelemetry Name: opentelemetry-api-incubator Version: 1.45.0-alpha Project URL: https://opentelemetry.io/ License: The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- ``` ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
