dramaticlly commented on code in PR #13720:
URL: https://github.com/apache/iceberg/pull/13720#discussion_r2302349709
##########
.palantir/revapi.yml:
##########
@@ -1262,6 +1262,12 @@ acceptedBreaks:
\ java.lang.Object[]) throws java.lang.Exception"
justification: "Reduce visibilty of deprecated method"
org.apache.iceberg:iceberg-core:
+ - code: "java.class.defaultSerializationChanged"
+ old: "class org.apache.iceberg.RewriteTablePathUtil.RewriteResult<T
extends\
+ \ java.lang.Object>"
+ new: "class org.apache.iceberg.RewriteTablePathUtil.RewriteResult<T
extends\
+ \ java.lang.Object>"
+ justification: "Adding an optional field"
Review Comment:
I think **Serialization across versions is not supported** is better and
conform to result of `java.class.defaultSerializationChanged` in revapi
exceptions
--
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]