Fokko commented on code in PR #11586: URL: https://github.com/apache/iceberg/pull/11586#discussion_r1853667428
########## core/src/main/java/org/apache/iceberg/SnapshotParser.java: ########## @@ -81,6 +84,9 @@ static void toJson(Snapshot snapshot, JsonGenerator generator) throws IOExceptio // write just the location. manifests should not be embedded in JSON along with a list generator.writeStringField(MANIFEST_LIST, manifestList); } else { + LOG.warn( + "Support for embedded manifests are deprecated since Iceberg 1.8.0, will be removed in either 1.9.0 or 2.0.0"); Review Comment: I think that's up to the community :) -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org