stevenzwu commented on code in PR #6001:
URL: https://github.com/apache/iceberg/pull/6001#discussion_r997528945
##########
flink/v1.15/build.gradle:
##########
@@ -146,7 +147,7 @@
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
}
// for dropwizard histogram metrics implementation
- implementation
"org.apache.flink:flink-metrics-dropwizard:${flinkMajorVersion}"
+ implementation "org.apache.flink:flink-metrics-dropwizard:${flinkVersion}"
Review Comment:
@rdblue I believe this is the main fix. previously, it is using the wrong
version number of `1.15`. should be the full version of `1.15.0`.
--
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]