XComp commented on a change in pull request #15049:
URL: https://github.com/apache/flink/pull/15049#discussion_r584503804
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobExceptionsInfo.java
##########
@@ -100,6 +121,11 @@ public boolean isTruncated() {
return truncated;
}
+ @JsonIgnore
+ public List<JobExceptionHistoryEntry> getExceptionHistory() {
Review comment:
Looking at it, I guess, we would have to introduce another class that
holds the list and a `truncated` flag instead of just returning the list.
----------------------------------------------------------------
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]