Aleksandr Savonin created FLINK-39766:
-----------------------------------------
Summary: Remove AggregatedMetric copy that made redundant by Flink
1.20 dependency upgrade
Key: FLINK-39766
URL: https://issues.apache.org/jira/browse/FLINK-39766
Project: Flink
Issue Type: Improvement
Components: Autoscaler, Kubernetes Operator
Reporter: Aleksandr Savonin
The flink-kubernetes-operator repository carries three identical local copies
of
[https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/metrics/AggregatedMetric.java]
It shadows the upstream class at the same fully-qualified name so call sites
resolved to the local copy when compiling against pre 1.20 Flink.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)