stevenzwu commented on code in PR #15440: URL: https://github.com/apache/iceberg/pull/15440#discussion_r2854076277
########## kafka-connect/kafka-connect-runtime/hive/LICENSE: ########## @@ -714,7 +714,7 @@ License (from POM): BSD 2-Clause license - http://opensource.org/licenses/BSD-2- -------------------------------------------------------------------------------- -Group: io.airlift Name: aircompressor Version: 2.0.2 +Group: io.airlift Name: aircompressor Version: 2.0.3 Review Comment: If we are going to fix this, we may want to fix it across the board (not just kafka connect). I saw some runtime modules (like flnk, spark) don't list the actual version number in the LICENSE file, while some module (like open-api) listed old 0.27 version. The `iceberg-core` module has direct dep on this module with very old version `0.27` in file `libs.versions.toml`. I guess some other deps transitively pulled in `2.0.2`. We probably should upgrade the version in the versions file too. -- 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]
