mbutrovich commented on code in PR #15470:
URL: https://github.com/apache/iceberg/pull/15470#discussion_r3230076205
##########
.palantir/revapi.yml:
##########
@@ -404,6 +404,143 @@ acceptedBreaks:
old: "method org.apache.iceberg.orc.ORC.WriteBuilder
org.apache.iceberg.orc.ORC.WriteBuilder::config(java.lang.String,\
\ java.lang.String)"
justification: "Removing deprecations for 1.2.0"
+ "1.10.0":
+ org.apache.iceberg:iceberg-api:
+ - code: "java.class.defaultSerializationChanged"
+ old: "class org.apache.iceberg.encryption.EncryptingFileIO"
+ new: "class org.apache.iceberg.encryption.EncryptingFileIO"
+ justification: "New method for Manifest List reading"
+ org.apache.iceberg:iceberg-core:
+ - code: "java.class.noLongerInheritsFromClass"
Review Comment:
I had that before and then got this feedback:
https://github.com/apache/iceberg/pull/15470#issuecomment-4255565138
--
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]