echauchot commented on a change in pull request #14510:
URL: https://github.com/apache/flink/pull/14510#discussion_r555002202
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java
##########
@@ -119,12 +122,28 @@ public AbstractMetricGroup(MetricRegistry registry,
String[] scope, A parent) {
this.variables = new Map[registry.getNumberReporters() + 1];
}
+ CharacterFilter wrapWithDefaultFilter(CharacterFilter filter, char
delimiter) {
Review comment:
oups I forgot to reduce visibilities, thanks for catching !
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]