rdblue commented on PR #4770: URL: https://github.com/apache/iceberg/pull/4770#issuecomment-1126801064
This looks good since there are only 2 warning types: `defaultSerializationChanged` and `addedToInterface`. The serialization changes are for classes without `serialVersionUID`, but Iceberg does not guarantee any compatibility for serialized objects across versions. The interface additions are also fine because these interfaces are for internal implementations. Adding methods does not break binary compatibility for people using the interfaces. -- 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]
