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


##########
api/src/main/java/org/apache/iceberg/Snapshot.java:
##########
@@ -112,7 +112,11 @@ public interface Snapshot extends Serializable {
    *
    * @param io a {@link FileIO} instance used for reading files from storage
    * @return all data files added to the table in this snapshot.
+   * @deprecated will be removed in 2.0.0; use 
org.apache.iceberg.SnapshotChanges#builder(Snapshot,

Review Comment:
   It's probably worth an import for `SnapshotChanges` to avoid the 
fully-qualified names in javadoc.



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