pvary commented on code in PR #15575:
URL: https://github.com/apache/iceberg/pull/15575#discussion_r2910187622
##########
core/src/main/java/org/apache/iceberg/ManifestFiles.java:
##########
@@ -306,6 +326,10 @@ public static ManifestFile decode(byte[] manifestData)
throws IOException {
return AvroEncoderUtil.decode(manifestData);
}
+ /**
+ * @deprecated use {@link #open(ManifestFile, FileIO, Map)} instead
Review Comment:
Please update with the deprecation message
--
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]