nastra commented on code in PR #15470:
URL: https://github.com/apache/iceberg/pull/15470#discussion_r3232233181


##########
.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 just want to mention that we must avoid breaking the API here. Please 
follow 
https://iceberg.apache.org/contribute/#minor-version-deprecations-required to 
avoid breaking the API



-- 
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]

Reply via email to