stevenzwu commented on code in PR #13720:
URL: https://github.com/apache/iceberg/pull/13720#discussion_r2288895684


##########
core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java:
##########
@@ -335,7 +393,9 @@ public static RewriteResult<DataFile> rewriteDataManifest(
    * @param sourcePrefix source prefix that will be replaced
    * @param targetPrefix target prefix that will replace it
    * @return a copy plan of content files in the manifest that was rewritten
+   * @deprecated since 1.10.0, will be removed in 1.11.0
    */
+  @Deprecated

Review Comment:
   initially, it is our recommended practice to separate out 3.4 and 3.5 
changes to a separate backport PR.
   
   Right now, it is more important to avoid carrying over debts of deprecated 
APIs when we can for unreleased APIs. Hence, it is good to bring in the 
backport changes in the same PR, although it will make the PR bigger.



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