You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/21 10:53:38 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #5419: [WIP] Handle table evolution using schemaId mapping

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


##########
.palantir/revapi.yml:
##########
@@ -3,6 +3,14 @@ versionOverrides:
 acceptedBreaks:
   apache-iceberg-0.14.0:
     org.apache.iceberg:iceberg-api:
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.PartitionField"
+      new: "class org.apache.iceberg.PartitionField"
+      justification: "{Introduce schema id mapping for partition spec field}"
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.PartitionKey"
+      new: "class org.apache.iceberg.PartitionKey"

Review Comment:
   it's auto-moved by revapi if you execute the gradle cmd it proposes, as spotless doesn't touch this file



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org