dmvk commented on code in PR #22355:
URL: https://github.com/apache/flink/pull/22355#discussion_r1159700760
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointingStatistics.java:
##########
@@ -198,6 +200,7 @@ public int hashCode() {
}
/** Checkpoint summary. */
+ @Schema(name = "CheckpointStatisticsSummary")
Review Comment:
It seems that there is mostly a problem with the nested classes. Can we
simply always use the wrapping class as a "namespace"?
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointingStatistics.java:
##########
@@ -198,6 +200,7 @@ public int hashCode() {
}
/** Checkpoint summary. */
+ @Schema(name = "CheckpointStatisticsSummary")
Review Comment:
It seems that there is mostly a problem with the nested classes. Can we
simply always use the wrapping class as a "prefix"?
--
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]