uros-b commented on code in PR #17983:
URL: https://github.com/apache/iceberg/pull/17983#discussion_r3955770355
##########
site/docs/releases.md:
##########
@@ -77,6 +77,7 @@ The 1.11.0 release contains bug fixes and new features. For
full release notes v
- Drop support for Java 11
([\#14400](https://github.com/apache/iceberg/pull/14400))
- Spark 3.4: Deprecate support
([\#14099](https://github.com/apache/iceberg/pull/14099))
- Flink: Remove Flink 1.19 support
([\#13714](https://github.com/apache/iceberg/pull/13714))
+ - Flink: Do not ship optional `flink-metrics-dropwizard` dependency in the
`iceberg-flink-runtime` fat jar. Without it the `dataFilesSizeHistogram` and
`deleteFilesSizeHistogram` histogram metrics are no longer published; add the
dependency manually to keep publishing them
([\#16155](https://github.com/apache/iceberg/pull/16155))
Review Comment:
```suggestion
- Flink: Do not ship optional `flink-metrics-dropwizard` dependency in
the `iceberg-flink-runtime` fat jar. Without it, the `dataFilesSizeHistogram`
and `deleteFilesSizeHistogram` histogram metrics are no longer published; add
the dependency manually to keep publishing them
([\#16155](https://github.com/apache/iceberg/pull/16155))
```
--
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]