nastra commented on code in PR #10938:
URL: https://github.com/apache/iceberg/pull/10938#discussion_r1718153451
##########
api/src/main/java/org/apache/iceberg/Metrics.java:
##########
@@ -190,6 +190,7 @@ private void readObject(ObjectInputStream in) throws
IOException, ClassNotFoundE
upperBounds = readByteBufferMap(in);
}
+ @SuppressWarnings("DangerousJavaDeserialization")
Review Comment:
can you please add the same suppression to the method right above this
method? It seems like it would be affected by this too
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]