rdblue commented on code in PR #5601: URL: https://github.com/apache/iceberg/pull/5601#discussion_r951672487
########## .palantir/revapi.yml: ########## @@ -1,6 +1,12 @@ versionOverrides: org.apache.iceberg:iceberg-api:apache-iceberg-0.14.0: "0.14.0" acceptedBreaks: + apache-iceberg-0.14.0: + org.apache.iceberg:iceberg-api: + - code: "java.class.defaultSerializationChanged" Review Comment: Yeah, this doesn't affect it. The change was that now an array of `Function` is serialized rather than an array of `Transfrom`. That changes what gets serialized, but Java serialization still works just fine. All of the `Function` instances returned by `bind` should be `Serializable` (a good thing to check!). -- 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]
