rdblue commented on code in PR #5450:
URL: https://github.com/apache/iceberg/pull/5450#discussion_r942982664


##########
.palantir/revapi.yml:
##########
@@ -109,6 +109,12 @@ acceptedBreaks:
     - code: "java.method.addedToInterface"
       new: "method org.apache.iceberg.ReplacePartitions 
org.apache.iceberg.ReplacePartitions::validateNoConflictingDeletes()"
       justification: "Accept all changes prior to introducing API 
compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.UpdateTableStatistics 
org.apache.iceberg.Table::updateStatistics()"
+      justification: "new API method"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.UpdateTableStatistics 
org.apache.iceberg.Transaction::updateStatistics()"
+      justification: "new API method"

Review Comment:
   I don't think I understand. I thought this PR was extracted from that one 
and should contain a subset.
   
   Just let me know which PR you're using for the TableMetadata changes. That's 
the one we'll review and get in first. We want to do the implementation before 
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