pvary commented on code in PR #8803: URL: https://github.com/apache/iceberg/pull/8803#discussion_r1392370245
########## .palantir/revapi.yml: ########## @@ -866,6 +866,11 @@ acceptedBreaks: old: "method void org.apache.iceberg.encryption.Ciphers::<init>()" new: "method void org.apache.iceberg.encryption.Ciphers::<init>()" justification: "Static utility class - should not have public constructor" + "1.4.0": + org.apache.iceberg:iceberg-core: + - code: "java.field.serialVersionUIDChanged" Review Comment: Checked, but even when setting the `serialVersionUID` to `-3377238354349859240L` we have a revapi failure. Also double checked, but `serialver` generated the same id for the old and the new code on my mac. Do resorted to the revapi change. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org