flyrain commented on code in PR #11586:
URL: https://github.com/apache/iceberg/pull/11586#discussion_r1852683377
##########
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:
Question: do we plan to go from 1.9.0 to 2.0.0, instead of 1.10.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]