mbutrovich commented on code in PR #15470:
URL: https://github.com/apache/iceberg/pull/15470#discussion_r3453874880
##########
core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java:
##########
Review Comment:
Done. `rewritePositionDeleteFile` is now `@Deprecated` and delegates to the
new method; it had no remaining in-tree callers.
##########
core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java:
##########
@@ -377,7 +378,12 @@ public static RewriteResult<DataFile> rewriteDataManifest(
* @param stagingLocation staging location for rewritten files (referred
delete file will be
* rewritten here)
* @return a copy plan of content files in the manifest that was rewritten
+ * @deprecated since 1.11.0, will be removed in 1.12.0; use the overload
that accepts the map of
Review Comment:
Done. Updated to "since 1.12.0, will be removed in 1.13.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]