nastra commented on code in PR #13522:
URL: https://github.com/apache/iceberg/pull/13522#discussion_r2204037090
##########
.palantir/revapi.yml:
##########
@@ -1285,12 +1285,69 @@ acceptedBreaks:
- code: "java.field.removedWithConstant"
old: "field org.apache.iceberg.TableProperties.ROW_LINEAGE"
justification: "Removing deprecations for 1.10.0"
+ - code: "java.method.addedToInterface"
Review Comment:
we shouldn't be breaking APIs when introducing new functionality. See also
https://iceberg.apache.org/contribute/#adding-new-functionality-without-breaking-apis
on how to add new stuff without breaking APIs
--
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]