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


##########
.palantir/revapi.yml:
##########
@@ -558,12 +558,24 @@ acceptedBreaks:
     - code: "java.field.removed"
       old: "field org.apache.iceberg.PartitionStatsHandler.TOTAL_RECORD_COUNT"
       justification: "Removed deprecated functionality for partition stats"
+    - code: "java.field.removed"
+      old: "field org.apache.iceberg.rest.RESTUtil.NAMESPACE_JOINER"
+      justification: "Removing deprecated REST namespace encoding API 
scheduled for\
+        \ removal in 1.12.0"
+    - code: "java.field.removed"
+      old: "field org.apache.iceberg.rest.RESTUtil.NAMESPACE_SPLITTER"
+      justification: "Removing deprecated REST namespace encoding API 
scheduled for\

Review Comment:
   nit: maybe just `Removing deprecated functionality scheduled for removal in 
1.12.0`



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