davidradl commented on code in PR #25870:
URL: https://github.com/apache/flink/pull/25870#discussion_r1909025104


##########
flink-core/src/main/java/org/apache/flink/util/SerializedThrowable.java:
##########
@@ -141,15 +141,17 @@ public String getFullStringifiedStackTrace() {
         return fullStringifiedStackTrace;
     }
 
-    private void addAllSuppressed(Throwable[] suppressed) {
+    private void addAllSuppressed(Throwable[] suppressed, Set<Throwable> 
alreadySeen) {

Review Comment:
   some javadoc would be useful here.



-- 
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]

Reply via email to